Skip to content

Commit

Permalink
Small Lint fix to kick CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 12, 2024
1 parent ca74baf commit cb7424e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mathics/core/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,9 @@ class SymbolConstant(Symbol):

# We use __new__ here to unsure that two Integer's that have the same value
# return the same object.

_value = None

def __new__(cls, name, value):
name = ensure_context(name)
self = cls._symbol_constants.get(name)
Expand Down

0 comments on commit cb7424e

Please sign in to comment.