Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Oct 16, 2024
1 parent 094916f commit 8985e65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion adcc/AdcMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
##
## ---------------------------------------------------------------------
import libadcc
import warnings
import numpy as np

from .LazyMp import LazyMp
Expand Down
1 change: 0 additions & 1 deletion adcc/AmplitudeVector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
## along with adcc. If not, see <http://www.gnu.org/licenses/>.
##
## ---------------------------------------------------------------------
import warnings


class AmplitudeVector(dict):
Expand Down

0 comments on commit 8985e65

Please sign in to comment.