Skip to content

Commit cebc30e

Browse files
committed
Fix python 2.7 support and change line endings back to CRLF
1 parent 71a567b commit cebc30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding=utf-8
12
"""# MLB-StatsAPI
23
34
Python wrapper for MLB Stats API
@@ -8,7 +9,6 @@
89
910
https://github.com/toddrob99/MLB-StatsAPI
1011
"""
11-
# encoding=utf-8
1212
import sys
1313
if sys.version_info.major < 3:
1414
reload(sys)

0 commit comments

Comments
 (0)