Skip to content

Commit

Permalink
Merge pull request #228 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Undefined name: from io import BytesIO for line 178
  • Loading branch information
SylvainCorlay committed Jun 13, 2019
2 parents 97c88d9 + c0506e0 commit b5b386e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from setuptools.command.egg_info import egg_info
from setuptools.command.bdist_egg import bdist_egg

from io import BytesIO
from subprocess import check_call

import os
Expand Down

0 comments on commit b5b386e

Please sign in to comment.