Skip to content

Commit 75d053e

Browse files
Add PEP8 code compliance according to pycodestyle
1 parent 09d00c6 commit 75d053e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
dir_path = os.path.abspath(os.path.dirname(__file__))
88
readme = io.open(os.path.join(dir_path, 'README.rst'), encoding='utf-8').read()
9-
version = io.open(os.path.join(dir_path, 'VERSION.txt'), encoding='utf-8').read().strip()
9+
version = io.open(os.path.join(dir_path, 'VERSION.txt'),
10+
encoding='utf-8').read().strip()
1011
base_url = 'https://github.com/sendgrid/'
1112

1213
copy_file(os.path.join(dir_path, 'VERSION.txt'),

0 commit comments

Comments
 (0)