Skip to content

Commit

Permalink
fixed pre-commit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak committed Aug 29, 2024
1 parent aa42239 commit 1d8d873
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 393 deletions.
2 changes: 1 addition & 1 deletion api/nodes/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ def get_queryset(self):
for addon
in node.get_addons()

if getattr(addon.config, "has_hgrid_files", True) and addon.configured
if getattr(addon.config, 'has_hgrid_files', True) and addon.configured
]


Expand Down
Loading

0 comments on commit 1d8d873

Please sign in to comment.