Skip to content

Commit d6f6130

Browse files
committed
Ruff format check
1 parent f1f679d commit d6f6130

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/labthings_fastapi/server/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ def __init__(
117117
self._attach_things_to_server()
118118

119119
@classmethod
120-
def from_config(cls,
121-
config: ThingServerConfig,
122-
debug: bool = False) -> Self:
120+
def from_config(cls, config: ThingServerConfig, debug: bool = False) -> Self:
123121
r"""Create a ThingServer from a configuration model.
124122
125123
This is equivalent to ``ThingServer(**dict(config))``\ .

0 commit comments

Comments
 (0)