Skip to content

Commit de1112b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 96a1f8a commit de1112b

19 files changed

Lines changed: 0 additions & 19 deletions

File tree

tests/abstract_method/test_abstract_method.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import yaqc
1010
from yaqd_core import testing
1111

12-
1312
here = pathlib.Path(__file__).parent
1413

1514

tests/connection/test_connection.py

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

11-
1211
config = pathlib.Path(__file__).parent / "connection.toml"
1312
pyfile = config.with_suffix(".py")
1413

tests/continuous_hardware/test_continuous_hardware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import yaqd_core
1111
from yaqd_core import testing
1212

13-
1413
config = pathlib.Path(__file__).parent / "config.toml"
1514

1615

tests/discrete_hardware/test_discrete_hardware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import yaqd_core
1111
from yaqd_core import testing
1212

13-
1413
config = pathlib.Path(__file__).parent / "config.toml"
1514

1615

tests/fake_camera/test_fake_camera.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import yaqd_core
1212
from yaqd_core import testing
1313

14-
1514
config = pathlib.Path(__file__).parent / "config.toml"
1615

1716

tests/fake_furnace/test_fake_furnace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import yaqd_core
1111
from yaqd_core import testing
1212

13-
1413
config = pathlib.Path(__file__).parent / "config.toml"
1514

1615

tests/fake_has_transformed_position/test_fake_has_transformed_position.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import yaqd_core
1212
from yaqd_core import testing
1313

14-
1514
config = pathlib.Path(__file__).parent / "config.toml"
1615

1716

tests/fake_has_turret/test_fake_has_turret.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import yaqd_core
1111
from yaqd_core import testing
1212

13-
1413
config = pathlib.Path(__file__).parent / "config.toml"
1514

1615

tests/fake_sensor/test_fake_sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import yaqd_core
1212
from yaqd_core import testing
1313

14-
1514
config = pathlib.Path(__file__).parent / "config.toml"
1615

1716

tests/fake_spectrometer/test_fake_spectrometer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import yaqd_core
1212
from yaqd_core import testing
1313

14-
1514
config = pathlib.Path(__file__).parent / "config.toml"
1615

1716

0 commit comments

Comments
 (0)