Skip to content

Commit

Permalink
fixed pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak committed Aug 29, 2024
1 parent 07d4fa6 commit 795959e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 795959e

Please sign in to comment.