Skip to content

Commit 7fc639d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0131b83 commit 7fc639d

14 files changed

Lines changed: 0 additions & 14 deletions

File tree

attune/__version__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import pathlib
77
import os
88

9-
109
# ---- define -------------------------------------------------------------------------------------
1110

1211

attune/_holistic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from ._plot import plot_holistic
1212
from ._common import save
1313

14-
1514
__all__ = ["holistic"]
1615

1716

attune/_intensity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from ._plot import plot_intensity
1212
from ._common import save
1313

14-
1514
# --- processing methods --------------------------------------------------------------------------
1615

1716
__all__ = ["intensity"]

attune/_setpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from ._plot import plot_setpoint
1212
from ._common import save
1313

14-
1514
# --- processing methods --------------------------------------------------------------------------
1615

1716
__all__ = ["setpoint"]

attune/_transition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from enum import Enum
44
from typing import Any, Optional, Dict, TYPE_CHECKING
55

6-
76
if TYPE_CHECKING:
87
import WrightTools as wt
98

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import sphinx_gallery
2424
import math
2525

26-
2726
# --- define -------------------------------------------------------------------------------------
2827

2928

tests/Curve/read/2018-08-14/bugse.py

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

88
import attune
99

10-
1110
__here__ = pathlib.Path(__file__).parent
1211

1312

tests/Curve/read/2019-02-08/lsizp.py

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

88
import attune
99

10-
1110
__here__ = pathlib.Path(__file__).parent
1211

1312

tests/Curve/read/2019-02-12/yxciu.py

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

88
import attune
99

10-
1110
__here__ = pathlib.Path(__file__).parent
1211

1312

tests/TopasCurve/add/xkloo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import attune
44
import numpy as np
55

6-
76
__here__ = pathlib.Path(__file__).parent
87

98

0 commit comments

Comments
 (0)