Skip to content

Commit

Permalink
Merge pull request #190 from Stegallo/2015
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
Stegallo authored Nov 7, 2023
2 parents 404adda + 7e9e8b8 commit 9dc5e4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions y_2015/day6.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ class Light:
def hash_fun(x: int, y: int):
return f"x={x};y={y}"

@property
def hash(self) -> str:
return Light.hash_fun(self.x, self.y)


class Day(AoCDay):
def __init__(self, test=0):
Expand Down

0 comments on commit 9dc5e4f

Please sign in to comment.