Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
iopapamanoglou committed Sep 4, 2024
1 parent 4d28d5a commit 27cc979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/faebryk/core/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from faebryk.core.graphinterface import GraphInterface
from faebryk.core.node import Node
from faebryk.core.trait import Trait
from faebryk.libs.units import Quantity, UnitsContainer, to_si_str
from faebryk.libs.units import Quantity, UnitsContainer
from faebryk.libs.util import Tree, TwistArgs, is_type_pair, try_avoid_endless_recursion

logger = logging.getLogger(__name__)
Expand Down Expand Up @@ -432,7 +432,7 @@ def get_tree_param(self, include_root: bool = True) -> Tree["Parameter"]:
out = Tree[Parameter]({self: out})
return out

# TODO make those all abstract ------------------------------------------------------
# util functions -------------------------------------------------------------------
@_resolved_self
def enum_parameter_representation(
self: "Parameter[PV]", required: bool = False
Expand Down

0 comments on commit 27cc979

Please sign in to comment.