Skip to content

Commit 32bec96

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92851bd commit 32bec96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/tonelli_shanks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ def tonelli_shanks(residue: int, prime: int) -> int:
132132
if __name__ == "__main__":
133133
import doctest
134134

135-
doctest.testmod()
135+
doctest.testmod()

0 commit comments

Comments
 (0)