Skip to content

Commit

Permalink
MNT: Remove unused imports from controller
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinegarrahan committed Aug 20, 2020
1 parent 07b065e commit c4a337e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lume_epics/client/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
import logging
from collections import defaultdict
from functools import partial
from epics import caput, PV, ca
from epics import pv as epics_pv
from epics import PV
import threading
import sys
from types import ModuleType
from p4p.client.thread import Context, Disconnected


Expand Down

0 comments on commit c4a337e

Please sign in to comment.