Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-motamedi committed Nov 1, 2024
1 parent 9b2c5fd commit 6962383
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_lab_dev/test_transformations/test_phasenoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

# pylint: disable=missing-function-docstring, expression-not-assigned

from mrmustard.lab_dev.states import Ket, DM
from mrmustard.lab_dev.transformations import Dgate
from mrmustard.lab_dev.transformations import PhaseNoise
from mrmustard.lab_dev.states import DM, Ket
from mrmustard.lab_dev.transformations import Dgate, PhaseNoise


class TestPhaseNoise:
Expand Down

0 comments on commit 6962383

Please sign in to comment.