Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Nov 24, 2023
1 parent a49b8ac commit 96152a3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyvlx/opening_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
from .exception import PyVLXException
from .node import Node
from .parameter import (
CurrentPosition,
DualRollerShutterPosition,
IgnorePosition,
Parameter,
Position,
TargetPosition,
)
CurrentPosition, DualRollerShutterPosition, IgnorePosition, Parameter,
Position, TargetPosition)

if TYPE_CHECKING:
from pyvlx import PyVLX
Expand Down

0 comments on commit 96152a3

Please sign in to comment.