Skip to content

Commit

Permalink
remove unnecessary getsizeof
Browse files Browse the repository at this point in the history
  • Loading branch information
splch committed Oct 15, 2023
1 parent 2753b75 commit fc08b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_simulator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest
import numpy as np
import matplotlib.pyplot as plt
from sys import getsizeof
from qubit_simulator import QubitSimulator, Gates

# Initialization and Basic Configuration
Expand Down

0 comments on commit fc08b90

Please sign in to comment.