Skip to content

Commit

Permalink
STY: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Waters committed Jun 11, 2024
1 parent d3da0ed commit 75cb74b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lucid/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from ophyd.signal import EpicsSignalBase
from pydm import exception
from qtpy import QtCore, QtWidgets
from typing import Optional, Union

import lucid

Expand Down Expand Up @@ -107,7 +106,7 @@ def _load_from_happi(self, row_group_key, col_group_key):
cli = lucid.utils.get_happi_client()
results = []
for line in self.beamline:
results += cli.search(beamline=line, active=True)
results += cli.search(beamline=line, active=True)

dev_groups = collections.defaultdict(list)

Expand Down

0 comments on commit 75cb74b

Please sign in to comment.