Skip to content

Commit

Permalink
exclude switch class
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianDD committed Jul 23, 2024
1 parent b727e1a commit 69552b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions psdm/topology/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

from __future__ import annotations

from psdm.base import AttributeData
from psdm.base import Base
from psdm.base import UniqueNonEmptyTuple


class Switch(Base):
Expand All @@ -15,4 +13,3 @@ class Switch(Base):
element: str
node: str
state: bool # 0:opened; 1:closed
meta: UniqueNonEmptyTuple[AttributeData] | None = None

0 comments on commit 69552b0

Please sign in to comment.