Unnecessary duplication.

This commit is contained in:
Itamar Turner-Trauring 2020-08-17 14:00:03 -04:00
parent b027c30f80
commit c6697e6262
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ if PY2:
from past.builtins import long
from future.utils import PY2
if not PY2:
long = int
from zope.interface import Interface, Attribute
from twisted.plugin import (
IPlugin,