Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Dec 9, 2024
1 parent ac1ee17 commit 7854366
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 0 additions & 2 deletions example/configs/detail.toml

This file was deleted.

4 changes: 2 additions & 2 deletions excore/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def validate(self) -> None:
def __call__(self, **params: NodeParams) -> NodeInstance | ConfigHookSkipFlag | Hook:
if issubclass(self.cls, ConfigArgumentHook):
return None
params = self._update_params(**params)
return self._instantiate(params)
self._update_params(**params)

Check failure on line 236 in excore/config/models.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

excore/config/models.py#L236

Assigning result of a function call, where the function has no return
return self._instantiate()

Check failure on line 237 in excore/config/models.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

excore/config/models.py#L237

Too many positional arguments for method call


class ReusedNode(InterNode):
Expand Down
24 changes: 0 additions & 24 deletions excore/plugins/yolo_config.py

This file was deleted.

0 comments on commit 7854366

Please sign in to comment.