Skip to content

Commit

Permalink
Fix current flake8 warnings (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemevans committed Dec 7, 2021
1 parent 01d673b commit bd4a3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from os.path import dirname, abspath, join, exists
from os.path import exists
from setuptools import setup

long_description = None
Expand All @@ -21,7 +21,7 @@
url="https://github.com/sangwonl/python-mpegdash",
tests_require=["unittest2"],
test_suite="tests.my_module_suite",
classifiers = [
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Environment :: Other Environment",
Expand Down

0 comments on commit bd4a3c7

Please sign in to comment.