Remove MODULE_CLASS in favor of a typeshed solution

This commit is contained in:
Dave Halter
2019-05-19 14:22:03 +02:00
parent f9eedfbf64
commit c4f0c7940f
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -442,7 +442,6 @@ def _is_class_instance(obj):
class _SPECIAL_OBJECTS(object):
BOUND_METHOD_CLASS = type(DirectObjectAccess(None, None).py__bool__)
MODULE_CLASS = types.ModuleType
def get_special_object(evaluator, identifier):