Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 13d36be commit 7d2c4bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions attune/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tuning tools."""

# flake8: noqa

from .__version__ import *
Expand Down
1 change: 0 additions & 1 deletion attune/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Define Attune version."""


# --- import --------------------------------------------------------------------------------------


Expand Down
1 change: 0 additions & 1 deletion attune/_tune_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Methods for processing OPA 800 tuning data."""


import numpy as np

import WrightTools as wt
Expand Down

0 comments on commit 7d2c4bf

Please sign in to comment.