Skip to content

Commit c44678e

Browse files
committed
Remove data that was moved to mathics-scanner
1 parent 883830f commit c44678e

4 files changed

Lines changed: 1 addition & 7275 deletions

File tree

mathics/builtin/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,9 @@ class Operator(Builtin):
409409
def get_operator(self) -> typing.Optional[str]:
410410
return self.operator
411411

412-
def get_operator_display(self, want_unicode=False) -> typing.Optional[str]:
412+
def get_operator_display(self) -> typing.Optional[str]:
413413
if hasattr(self, "operator_display"):
414414
return self.operator_display
415-
elif want_unicode:
416-
return self.operator
417415
else:
418416
return self.operator
419417

0 commit comments

Comments
 (0)