Skip to content

Commit

Permalink
fix: invalid class order caused exception on initialization in field …
Browse files Browse the repository at this point in the history
…schema
  • Loading branch information
senyai committed Sep 27, 2024
1 parent 7c757e4 commit 747894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmc/schemas/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def after_creation(self):
)


class FieldsSchema(MarkupSchema, OneSourceOneDestination):
class FieldsSchema(OneSourceOneDestination, MarkupSchema):
tags_hidden = False

def __init__(self, markup_window, default_actions):
Expand Down

0 comments on commit 747894a

Please sign in to comment.