Skip to content

Commit

Permalink
STY: More fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Feb 13, 2024
1 parent 630541f commit a162161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
import act
import act # noqa

# The short X.Y version.
version = act.__version__
Expand Down
2 changes: 1 addition & 1 deletion examples/qc/plot_arm_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
# to give to other users.
# There is a file in the same directory called sgpmfrsr7nchE11.b1.yaml with times of
# incorrect or suspect values that can be read and applied to the Dataset.
from act.qc.add_supplemental_qc import apply_supplemental_qc
from act.qc.add_supplemental_qc import apply_supplemental_qc # noqa

apply_supplemental_qc(ds, 'sgpmfrsr7nchE11.b1.yaml')

Expand Down

0 comments on commit a162161

Please sign in to comment.