We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33d7d2 commit 6a535ebCopy full SHA for 6a535eb
1 file changed
bench/utils.py
@@ -7,7 +7,7 @@
7
elif os.getenv("T") == "int":
8
mpz = int
9
else:
10
- pass
+ from gmp import mpz # noqa: F401
11
12
13
def mysum(xs):
0 commit comments