Skip to content

Commit

Permalink
No longer using slots anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Polichinel committed Oct 31, 2024
1 parent 8a82a68 commit 49e33a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_utils/model_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def get_directories(self) -> Dict[str, Optional[str]]:
directories = {}
relative = False
for attr, value in self.__dict__.items():
# value = getattr(self, attr)

if str(attr) not in [
"model_name",
"root",
Expand Down

0 comments on commit 49e33a6

Please sign in to comment.