Skip to content

Commit ad7d860

Browse files
committed
lint
1 parent 76108c5 commit ad7d860

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compas_viewer/configurations/controller_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ def __init__(
124124

125125
@classmethod
126126
def from_default(cls) -> "ControllerConfig":
127-
controller_config = ControllerConfig.from_json(Path(HERE, "configurations", "default_config", "controller.json"))
127+
controller_config = ControllerConfig.from_json(
128+
Path(HERE, "configurations", "default_config", "controller.json")
129+
)
128130
if not isinstance(controller_config, ControllerConfig):
129131
raise TypeError(f"The {controller_config} is not a valid controller configuration file.")
130132
return controller_config

0 commit comments

Comments
 (0)