Skip to content

Commit

Permalink
Add BlueapiBaseModel config to StompConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Jan 22, 2025
1 parent b39aa8a commit a2ca1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueapi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Source(BaseModel):
module: Path | str


class StompConfig(BaseModel):
class StompConfig(BlueapiBaseModel):
"""
Config for connecting to stomp broker
"""
Expand Down

0 comments on commit a2ca1cc

Please sign in to comment.