We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7363 commit 3babb69Copy full SHA for 3babb69
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
33
def read(*rellibpath):
34
with codecs.open(os.path.join(HERE, *rellibpath), 'r', encoding='utf-8') as fp:
35
- return fp.read()
+ return fp.read()
36
37
def load_tests():
38
import unittest
0 commit comments