Skip to content

Commit a9da08b

Browse files
committed
Remove eq=False
Backporting from part 3
1 parent d674d2b commit a9da08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import tcod.tileset
1111

1212

13-
@attrs.define(eq=False)
13+
@attrs.define()
1414
class ExampleState:
1515
"""Example state with a hard-coded player position."""
1616

0 commit comments

Comments
 (0)