Skip to content

Commit 3babb69

Browse files
committed
fixing indent
1 parent e6a7363 commit 3babb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
def read(*rellibpath):
3434
with codecs.open(os.path.join(HERE, *rellibpath), 'r', encoding='utf-8') as fp:
35-
return fp.read()
35+
return fp.read()
3636

3737
def load_tests():
3838
import unittest

0 commit comments

Comments
 (0)