1
0
forked from VimPlug/jedi

Remove something that obviously never happened

This commit is contained in:
Dave Halter
2018-01-28 20:56:04 +01:00
parent 1304b4f9e8
commit 8149eabdf9

View File

@@ -176,8 +176,6 @@ def get_module_names(module, all_scopes):
@contextmanager
def predefine_names(context, flow_scope, dct):
predefined = context.predefined_names
if flow_scope in predefined:
raise NotImplementedError('Why does this happen?')
predefined[flow_scope] = dct
try:
yield