mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
Python 2.7: Declare UTF-8 in files with non-ascii characters
This commit is contained in:
parent
9b7c55e9cb
commit
64ac723e54
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""OpenAPI core module"""
|
||||
from openapi_core.shortcuts import (
|
||||
create_spec, validate_parameters, validate_body, validate_data,
|
||||
|
|
Loading…
Reference in a new issue