Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matyldv committed Dec 4, 2024
1 parent 1aa0409 commit 049b5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/virtual/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def parent_(self, obj):
except: # noqa # this happens when no parent or parent doesn't have a hostname
return '-'


class CloudHostInlineFormset(BaseInlineFormSet):
def get_queryset(self):
return super().get_queryset()[:]
Expand Down

0 comments on commit 049b5d3

Please sign in to comment.