Attempt to make mypy happy
This commit is contained in:
parent
1bc26fd07a
commit
c92e1d97d6
@ -89,7 +89,7 @@ class IResolver:
|
||||
continue
|
||||
module_path = entry.resolve()
|
||||
|
||||
obj = next(cls._get_valid_object(module_path, object_name), None)
|
||||
obj = next(cls._get_valid_object(module_path, object_name), None) # noqa
|
||||
|
||||
if obj:
|
||||
return (obj, module_path)
|
||||
|
Loading…
Reference in New Issue
Block a user