Skip to content

Commit

Permalink
fixing check manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Oct 21, 2024
1 parent d1008a3 commit 37d0935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mathics/builtin/numbers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ class Underflow(Builtin):
val = instance.get_constant()
NUMERICAL_CONSTANTS[instance.symbol] = MachineReal(val.value)

# Remove these variables to prevent errors in the SYMBOL_MANIFEST check.
del cls
del instance
del val

0 comments on commit 37d0935

Please sign in to comment.