Address points stated in comments

This commit is contained in:
hroff-1902
2020-02-15 20:43:11 +03:00
parent fdd362299f
commit 6139239b86
3 changed files with 14 additions and 89 deletions

View File

@@ -87,7 +87,7 @@ class IResolver:
continue
module_path = entry.resolve()
obj = next(cls._get_valid_object(module_path, object_name), None) # noqa
obj = next(cls._get_valid_object(module_path, object_name), None)
if obj:
return (obj, module_path)