✨
This commit is contained in:
@@ -69,7 +69,7 @@ class DataRangeArray(BaseBox):
|
||||
content_string = rep_join([self.from_value, self.to_value])
|
||||
return f"RangeArray([{content_string}])"
|
||||
|
||||
def eval(self, vtable, ftable, modules):
|
||||
def eval(self, *_):
|
||||
content = list(range(self.from_value.eval(), self.to_value.eval()))
|
||||
return content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user