Update setup.py (#5780)

Removed `import re` as unnecessary import
This commit is contained in:
Hans96
2021-03-19 18:09:29 -04:00
committed by GitHub
parent c267415882
commit 2c2138e811
-1
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# Learn more: https://github.com/kennethreitz/setup.py
import os
import re
import sys
from codecs import open