Skip to content

Commit

Permalink
Remove redundant import and whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bxsx committed Sep 18, 2021
1 parent 403c54e commit ef5b42b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import re
import os.path
import sys
from setuptools import setup, find_packages

HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -94,4 +93,4 @@
'six>=1.9.0'
],
tests_require=tests_require,
)
)

0 comments on commit ef5b42b

Please sign in to comment.