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
|
@contextmanager
|
||||||
def predefine_names(context, flow_scope, dct):
|
def predefine_names(context, flow_scope, dct):
|
||||||
predefined = context.predefined_names
|
predefined = context.predefined_names
|
||||||
if flow_scope in predefined:
|
|
||||||
raise NotImplementedError('Why does this happen?')
|
|
||||||
predefined[flow_scope] = dct
|
predefined[flow_scope] = dct
|
||||||
try:
|
try:
|
||||||
yield
|
yield
|
||||||
|
|||||||
Reference in New Issue
Block a user