Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 14, 2020
1 parent 47a91c9 commit 06b84b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/resolvers/iresolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def search_all_objects(cls, directory: Path,
enum_failed=enum_failed):
objects.append(
{'name': obj.__name__ if obj is not None else '',
'class': obj if obj is not None else None,
'class': obj,
'location': entry,
})
return objects

0 comments on commit 06b84b4

Please sign in to comment.