Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6c14f6bb50
2
aoc.py
2
aoc.py
@ -63,7 +63,7 @@ class AOCDay:
|
|||||||
if len(self.input) == 1:
|
if len(self.input) == 1:
|
||||||
return self.input[0]
|
return self.input[0]
|
||||||
else:
|
else:
|
||||||
return self.input
|
return self.input.copy()
|
||||||
|
|
||||||
def getInputListAsType(self, return_type: Type) -> List:
|
def getInputListAsType(self, return_type: Type) -> List:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user