Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ziofil committed Aug 23, 2023
1 parent f0d21da commit 5d6e6ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mrmustard/lab/representations/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@

from __future__ import annotations

import numpy as np

from abc import ABC, abstractmethod
from typing import List, Union
from typing import Union

from mrmustard.typing import Scalar, Vector
from mrmustard.typing import Scalar


class Data(ABC):
Expand Down

0 comments on commit 5d6e6ae

Please sign in to comment.