Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Nov 13, 2024
1 parent a447043 commit 3cd0acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixlib/fixlib/baseresources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ class QueueType(Enum):
STANDARD = "standard"
FIFO = "fifo"


@define(eq=False, slots=False)
class BaseQueue(BaseResource):
kind: ClassVar[str] = "queue"
Expand Down

0 comments on commit 3cd0acb

Please sign in to comment.