Skip to content

Commit 0c7c78e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 264b0fa commit 0c7c78e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pypsa_app/backend/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ def validate_local_mode(self) -> Self:
256256
)
257257
raise ValueError(msg)
258258
if self.local_mode and self.snakedispatch_backends:
259-
msg = (
260-
"SNAKEDISPATCH_BACKENDS is not yet implemented in LOCAL_MODE."
261-
)
259+
msg = "SNAKEDISPATCH_BACKENDS is not yet implemented in LOCAL_MODE."
262260
raise ValueError(msg)
263261
return self
264262

0 commit comments

Comments
 (0)