Skip to content

Commit

Permalink
moved check_subnet to tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Jun 25, 2024
1 parent 23b8983 commit 3c5271f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
configure the Bluesky framework
"""

from aps_8id_bs_instrument.utils.check_subnet import warn_if_not_aps_controls_subnet
from aps_8id_bs_instrument.tests.check_subnet import warn_if_not_aps_controls_subnet
from aps_8id_bs_instrument.utils.metadata import metadata

warn_if_not_aps_controls_subnet()
Expand Down

0 comments on commit 3c5271f

Please sign in to comment.