Skip to content

Commit

Permalink
fixed unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Strobl <[email protected]>
  • Loading branch information
Melvin Strobl committed Sep 23, 2024
1 parent 4c20f8c commit 4199ce3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/test_entanglement.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from qml_essentials.model import Model
from qml_essentials.entanglement import Entanglement

import pytest
import numpy as np
import logging
import math

Expand Down
2 changes: 0 additions & 2 deletions tests/test_expressiblity.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from qml_essentials.model import Model
from qml_essentials.expressibility import Expressibility

import pytest
import numpy as np
import logging
import math

Expand Down

0 comments on commit 4199ce3

Please sign in to comment.