Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jul 11, 2024
1 parent 1760464 commit fa1c8af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DevUtils/gmp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ def calculate(self, cmd_data: str):
digits = parts[2].replace("'", "") or "0"
mpz_vars[parts[1]] = gmpy2.mpz(digits, 16)
case "op":
mpz_ops.append(
[parts[1], parts[2], parts[3], parts[4]]
)
mpz_ops.append([parts[1], parts[2], parts[3], parts[4]])

dst = ""
for op in mpz_ops:
Expand Down

0 comments on commit fa1c8af

Please sign in to comment.