Skip to content

Commit 1365103

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b15ed6 commit 1365103

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/decisionengine/framework/dataspace/datablock.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class InvalidMetadataError(Exception):
8484

8585

8686
class Metadata(UserDict):
87-
8887
# Minimum information required for the Metadata dict to be valid
8988
required_keys = {"taskmanager_id", "state", "generation_id", "generation_time", "missed_update_count"}
9089

@@ -130,7 +129,6 @@ def set_state(self, state):
130129

131130

132131
class Header(UserDict):
133-
134132
# Minimum information required for the Header dict to be valid
135133
required_keys = {
136134
"taskmanager_id",

src/decisionengine/framework/dataspace/datasource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
class DataSource(metaclass=abc.ABCMeta): # pragma: no cover
12-
1312
#: Name of the taskmanager table
1413
taskmanager_table = "taskmanager"
1514

src/decisionengine/framework/dataspace/dataspace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class DataSpaceExistsError(Exception):
5454

5555

5656
class DataSourceLoader(metaclass=ScopedSingleton):
57-
5857
_ds = None
5958

6059
@staticmethod

src/decisionengine/framework/dataspace/tests/test_Reaper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
@pytest.fixture()
2323
def config():
24-
2524
yield {
2625
"dataspace": {
2726
"retention_interval_in_days": 365,

0 commit comments

Comments
 (0)