Skip to content

Commit

Permalink
Fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Apr 8, 2020
1 parent 52de1b1 commit 119b23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzx/scripts/cnot_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
try:
import numpy as np
except:
np = pass
np = None

if __name__ == '__main__':
print("Please call this as python -m pyzx mapper ...")
Expand Down

0 comments on commit 119b23b

Please sign in to comment.