Skip to content

Commit 34ddbda

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5d98fa8 commit 34ddbda

22 files changed

Lines changed: 2 additions & 28 deletions

yaqc_cmds/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Unified software for controlling hardware and collecting data in the Wright group."""
22

3-
43
from .__version__ import *
54
from .project import *

yaqc_cmds/__version__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
"""Define version."""
22

3-
43
import pathlib
54
import subprocess
65

7-
86
here = pathlib.Path(__file__).resolve().parent
97

108
__all__ = ["__version__", "__branch__"]

yaqc_cmds/_main_window.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import os
1414
import pathlib
1515

16-
1716
#### import ###################################################################
1817
# BEWARE OF CHANGING ORDER OF IMPORTS!!!!!!!!!
1918

@@ -33,7 +32,6 @@
3332

3433
import yaqc
3534

36-
3735
### define ####################################################################
3836

3937

yaqc_cmds/hardware/delays.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import yaqc_cmds.project.classes as pc
1717
import yaqc_cmds.hardware.hardware as hw
1818

19-
2019
# --- driver --------------------------------------------------------------------------------------
2120

2221

yaqc_cmds/hardware/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Parent hardware class and associated.
33
"""
4+
45
__all__ = ["Driver", "GUI", "Hardware", "import_hardwares"]
56

67

@@ -23,7 +24,6 @@
2324
from yaqc_cmds.project import widgets as pw
2425
from yaqc_cmds.project import project_globals as g
2526

26-
2727
__here__ = pathlib.Path(__file__)
2828

2929

yaqc_cmds/hardware/opas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from yaqc_cmds.hardware import hardware as hw
2121
from yaqc_cmds.somatic import signals
2222

23-
2423
### driver ####################################################################
2524

2625

yaqc_cmds/hardware/spectrometers.py

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

14-
1514
### driver ####################################################################
1615

1716

yaqc_cmds/project/classes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import WrightTools.units as wt_units
1515

16-
1716
__here__ = pathlib.Path(__file__).parent
1817

1918

yaqc_cmds/project/file_dialog_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
QFileDialog objects can only be run in the main thread.
33
"""
44

5-
65
### imports ###################################################################
76

87

@@ -15,7 +14,6 @@
1514
from yaqc_cmds.project import project_globals as g
1615
from yaqc_cmds.project import classes as pc
1716

18-
1917
### FileDialog object #########################################################
2018

2119

yaqc_cmds/project/kit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
a collection of small, general purpose objects and methods
33
"""
44

5-
65
### import ####################################################################
76

87

98
import numpy as np
109

11-
1210
### math ######################################################################
1311

1412

0 commit comments

Comments
 (0)