Python 2.7: Declare UTF-8 in files with non-ascii characters

This commit is contained in:
Konrad Cempura 2018-07-15 23:06:40 +02:00
parent 9b7c55e9cb
commit 64ac723e54

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenAPI core module"""
from openapi_core.shortcuts import (
create_spec, validate_parameters, validate_body, validate_data,