Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-Gandon committed Feb 21, 2025
1 parent bec790e commit 4941013
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions qiskit_nature/second_q/mappers/mixed_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,8 @@
from abc import ABC
from functools import reduce

import logging
from abc import ABC
from functools import reduce

import logging
from abc import ABC
from functools import reduce

from qiskit.quantum_info import SparsePauliOp

from qiskit_algorithms.list_or_dict import ListOrDict as ListOrDictType

from qiskit_nature.second_q.operators import MixedOp, SparseLabelOp

from .qubit_mapper import QubitMapper, _ListOrDict
Expand Down
1 change: 0 additions & 1 deletion test/second_q/operators/test_mixed_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,5 @@ def test_compose(self):
self.assertEqual(composed_op, target)



if __name__ == "__main__":
unittest.main()

0 comments on commit 4941013

Please sign in to comment.