Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanSchott committed Mar 15, 2024
1 parent 9636f26 commit 5a70ecf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion impurityModel/ed/product_state_representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"""


from bitarray import bitarray


Expand Down
1 change: 0 additions & 1 deletion impurityModel/ed/remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""


from bisect import bisect_left

# Local imports
Expand Down
1 change: 0 additions & 1 deletion impurityModel/test/test_comparison_with_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Module with test comparing new simulations with reference data.
"""


import inspect
import math
import os
Expand Down
1 change: 0 additions & 1 deletion impurityModel/test/test_product_state_representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Module with tests of functions in product_state_representation.py.
"""


from bitarray import bitarray

# Local
Expand Down

0 comments on commit 5a70ecf

Please sign in to comment.