Drop extra line
This commit is contained in:
parent
aea0d37ee0
commit
d7f6c8a48a
1
setup.py
1
setup.py
|
@ -26,7 +26,6 @@ class PyTest(TestCommand):
|
||||||
sys.exit(errno)
|
sys.exit(errno)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
with codecs.open(os.path.join(os.path.abspath(os.path.dirname(
|
with codecs.open(os.path.join(os.path.abspath(os.path.dirname(
|
||||||
__file__)), 'aiohttp_security', '__init__.py'), 'r', 'latin1') as fp:
|
__file__)), 'aiohttp_security', '__init__.py'), 'r', 'latin1') as fp:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue