Skip to content

Commit 64ac723

Browse files
author
Konrad Cempura
committed
Python 2.7: Declare UTF-8 in files with non-ascii characters
1 parent 9b7c55e commit 64ac723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi_core/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
"""OpenAPI core module"""
24
from openapi_core.shortcuts import (
35
create_spec, validate_parameters, validate_body, validate_data,

0 commit comments

Comments
 (0)