Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2023
1 parent b0b2834 commit ad196a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/decisionengine/framework/dataspace/datablock.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class InvalidMetadataError(Exception):


class Metadata(UserDict):

# Minimum information required for the Metadata dict to be valid
required_keys = {"taskmanager_id", "state", "generation_id", "generation_time", "missed_update_count"}

Expand Down Expand Up @@ -130,7 +129,6 @@ def set_state(self, state):


class Header(UserDict):

# Minimum information required for the Header dict to be valid
required_keys = {
"taskmanager_id",
Expand Down
1 change: 0 additions & 1 deletion src/decisionengine/framework/dataspace/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


class DataSource(metaclass=abc.ABCMeta): # pragma: no cover

#: Name of the taskmanager table
taskmanager_table = "taskmanager"

Expand Down
1 change: 0 additions & 1 deletion src/decisionengine/framework/dataspace/dataspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class DataSpaceExistsError(Exception):


class DataSourceLoader(metaclass=ScopedSingleton):

_ds = None

@staticmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

@pytest.fixture()
def config():

yield {
"dataspace": {
"retention_interval_in_days": 365,
Expand Down

0 comments on commit ad196a7

Please sign in to comment.