Skip to content

Commit

Permalink
Drop unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Oct 27, 2017
1 parent 7af1943 commit 962e8f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion importlib_resources/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class ZipSetup:

@classmethod
def setUpClass(cls):
global ZIP_DATA_PATH, zip_data
data_path = pathlib.Path(data.__spec__.origin)
data_dir = data_path.parent
cls._zip_path = str(data_dir / 'ziptestdata.zip')
Expand Down

0 comments on commit 962e8f8

Please sign in to comment.