Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas committed Jul 5, 2024
1 parent 1cafc42 commit 5e0ae74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mir_connector/inorbit_mir_connector/config/mir100_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# Expected values
CONNECTOR_TYPE = "mir100"


class MiR100ConfigModel(BaseModel):
"""
Specific configuration for MiR100 connector.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
API_VERSION = "v2.0"
MirApi = APIS[API_VERSION]["rest"]


# NOTE(b-Tomas): Added some example data below to help creating rea
@pytest.fixture
def connector(monkeypatch):
Expand Down

0 comments on commit 5e0ae74

Please sign in to comment.