Skip to content

Commit 369ba6b

Browse files
committed
upgrade ruff then run ruff format...
1 parent 83f3128 commit 369ba6b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

installation_and_upgrade/calibration_files_updater.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111

1212
import git
1313
from epics import caget
14-
from six.moves import input
15-
1614
from ibex_install_utils.file_utils import FileUtils
15+
from six.moves import input
1716

1817
FNULL = open(os.devnull, "w")
1918

installation_and_upgrade/ibex_install_utils/ca_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import epicscorelibs.path.pyepics # noqa: F401
88
import numpy as np
99
from epics import caget, caput
10-
1110
from ibex_install_utils.file_utils import FileUtils
1211

1312

installation_and_upgrade/ibex_install_utils/motor_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from typing import BinaryIO
99

1010
from aioca import CANothing, caget
11-
1211
from ibex_install_utils.ca_utils import get_machine_details_from_identifier
1312

1413
VELOCITY_UNITS = "EGU per sec"

0 commit comments

Comments
 (0)