Skip to content

Commit

Permalink
Rmeve stray assert
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 6, 2022
1 parent 4dee676 commit 4dd1ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mathics/builtin/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def check_options(options_to_check, evaluation):
# FIXME: sometimes pattern is a string and sometimes a BaseElement?
# This seems wrong.
if not isinstance(pattern, BaseElement):
assert pattern
pattern = pattern % {"name": name}
pattern = parse_builtin_rule(pattern, definition_class)
replace = replace % {"name": name}
Expand Down

0 comments on commit 4dd1ca9

Please sign in to comment.