mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 09:50:24 +00:00
Attempt to make mypy happy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user