Skip to content

Commit dbcf5cd

Browse files
committed
Remove some untouched global defs
These variable are neither read nor written in this function
1 parent 6c20a76 commit dbcf5cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

galgebra/mv.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,6 @@ def __getitem__(self, key):
584584
return self.grade(key)
585585

586586
def Mv_str(self, print_obj):
587-
global print_replace_old, print_replace_new
588-
589587
if self.obj == S.Zero:
590588
return ZERO_STR
591589

0 commit comments

Comments
 (0)