Skip to content

Commit

Permalink
Update comment on private import
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed Jul 24, 2024
1 parent d2c665b commit 2622d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_subset_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ophyd_async.core import SubsetEnum
from ophyd_async.epics.signal import epics_signal_rw

# I think we want to allow these as calling these is only needed for tests?
# Allow these imports from private modules for tests
from ophyd_async.epics.signal._aioca import make_converter as aioca_make_converter
from ophyd_async.epics.signal._p4p import make_converter as p4p_make_converter

Expand Down

0 comments on commit 2622d51

Please sign in to comment.