forked from VimPlug/jedi
Remove something that obviously never happened
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user