summaryrefslogtreecommitdiffstats
path: root/Lib/new.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/new.py')
-rw-r--r--Lib/new.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/new.py b/Lib/new.py
index 99a1c3f..bee11ed 100644
--- a/Lib/new.py
+++ b/Lib/new.py
@@ -6,7 +6,6 @@ Objects of most types can now be created by calling the type object.
from types import ClassType as classobj
from types import FunctionType as function
-from types import InstanceType as instance
from types import MethodType as instancemethod
from types import ModuleType as module