Skip to content

Commit 6a535eb

Browse files
committed
Amend 20b33d8
1 parent f33d7d2 commit 6a535eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
elif os.getenv("T") == "int":
88
mpz = int
99
else:
10-
pass
10+
from gmp import mpz # noqa: F401
1111

1212

1313
def mysum(xs):

0 commit comments

Comments
 (0)