Skip to content

Commit

Permalink
Remove uneeded entries
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland committed May 28, 2024
1 parent 4684cc0 commit 45f705a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pacu/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def get_fields_as_camel_case_dictionary(self) -> dict:
'Allow': remove_empty_from_dict(self.allow_permissions),
'Deny': remove_empty_from_dict(self.deny_permissions),
},
'MQ':self.mq,
'SNS': self.sns,
})


Expand Down

0 comments on commit 45f705a

Please sign in to comment.