Skip to content

Commit

Permalink
chore: remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene authored and ab-smith committed Jan 3, 2025
1 parent 0b6c86a commit 6e4d1c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/library/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ def check_and_import_dependencies(self):
if not LoadedLibrary.objects.filter(urn=dependency_urn).exists():
try:
dependency = StoredLibrary.objects.get(urn=dependency_urn)
# We only fetch by URN without thinking about what locale, that may be a problem in the future.
error_msg = dependency.load()
if error_msg is not None:
return error_msg
Expand Down

0 comments on commit 6e4d1c7

Please sign in to comment.