Skip to content

Commit

Permalink
delete unnecessary importations
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan Yao authored and Yuan Yao committed Aug 18, 2023
1 parent 52841a3 commit 561966a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mrmustard/lab/representations/fock_dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from mrmustard.lab.representations.data.array_data import ArrayData
from mrmustard.typing import Tensor


math = Math()


Expand Down
1 change: 0 additions & 1 deletion mrmustard/lab/representations/wavefunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Optional
import numpy as np
from mrmustard.typing import Matrix, Vector
from mrmustard.lab.representations.representation import Representation

Expand Down

0 comments on commit 561966a

Please sign in to comment.