better ''

This commit is contained in:
2017-05-25 11:33:04 -04:00
parent 3e32356716
commit e634ab73b2
+1 -1
View File
@@ -53,7 +53,7 @@ requires = []
test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock']
about = {}
with open(os.path.join(here, "requests", "__version__.py")) as f:
with open(os.path.join(here, 'requests', '__version__.py')) as f:
exec(f.read(), about)
with open('README.rst', 'r', 'utf-8') as f: