Skip to content

Commit

Permalink
Fix E303
Browse files Browse the repository at this point in the history
  • Loading branch information
pauk-slon authored Mar 12, 2024
1 parent 0652e41 commit 4f122eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion triggers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def create_related_filter(title):
return type('_RelatedFilter', (RelatedOnlyFieldMultiListFilter,), {'title': title})



@admin.register(Trigger)
class TriggerAdmin(PolymorphicInlineSupportMixin, admin.ModelAdmin):
inlines = ActionInline, EventInline, ConditionInline,
Expand Down

0 comments on commit 4f122eb

Please sign in to comment.