Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 23, 2020
1 parent 37113cc commit 0128ae4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test_zipp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import io
import zipfile
import posixpath
import contextlib
import tempfile
import shutil
Expand All @@ -14,6 +13,8 @@
except ImportError:
import pathlib2 as pathlib

import zipp

if not hasattr(contextlib, 'ExitStack'):
import contextlib2
contextlib.ExitStack = contextlib2.ExitStack
Expand All @@ -25,8 +26,6 @@
except AttributeError:
import unittest2 as unittest

import zipp

__metaclass__ = type
consume = tuple

Expand Down

0 comments on commit 0128ae4

Please sign in to comment.