Skip to content

Commit

Permalink
[fix] Correct indentation on query proxy object return statement (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan authored Feb 12, 2025
1 parent 3ae2363 commit c6e0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aim/storage/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def __call__(self):
if self.cache is not None and cache_key is not None:
self.cache[cache_key] = res

return res
return res


class AimObjectProxy(with_metaclass(_ObjectProxyMetaType)):
Expand Down

0 comments on commit c6e0c7f

Please sign in to comment.