remove more todos i (think i) already did

This commit is contained in:
2026-04-27 19:05:22 -04:00
parent 88a0eb61fd
commit bf4abeb3b0
2 changed files with 1 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ class Cat:
)
else:
print("Your cat is still depressed! You can get catnip in the shop.")
# TODO: do what claude said in latest summary
def to_dict(self):
return vars(self)