Skip to content

Commit 77e3e89

Browse files
authored
Remove unnecessary import
This import was useful for Python 2 but is no longer needed in Python 3. https://github.com/asottile/pyupgrade#open-alias
1 parent 08e90f6 commit 77e3e89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from io import open
2-
31
from setuptools import find_packages
42
from setuptools import setup
53

0 commit comments

Comments
 (0)