Skip to content

Commit

Permalink
Removing extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySatskiy committed Apr 25, 2019
1 parent 7d050ef commit 72ebb96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def getLongDescription():
except Exception as exc:
print('pypandoc package is not installed: the markdown '
'README.md convertion to rst failed: ' + str(exc), file=sys.stderr)
import io
# pandoc is not installed, fallback to using raw contents
with io.open('README.md', encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit 72ebb96

Please sign in to comment.