Skip to content

Commit 56fbf80

Browse files
author
James Souter
committed
ruff
1 parent f73514c commit 56fbf80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fastcs/demo/controllers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from fastcs.attribute_io_ref import AttributeIORef
1111
from fastcs.attributes import AttrR, AttrRW, AttrW
1212
from fastcs.connections import IPConnection, IPConnectionSettings
13-
from fastcs.controller import BaseController, Controller
14-
from fastcs.datatypes import Enum, Float, Int, T
13+
from fastcs.controller import Controller
14+
from fastcs.datatypes import Enum, Float, Int
1515
from fastcs.wrappers import command, scan
1616

1717
NumberT = TypeVar("NumberT", int, float)

0 commit comments

Comments
 (0)