Skip to content

Commit 38afa06

Browse files
committed
new attrs compat
1 parent e17a430 commit 38afa06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dephell_markers/_marker/_base.py

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

1212

13-
@attr.s(cmp=False)
13+
@attr.s(eq=False, order=False)
1414
class BaseMarker:
1515
lhs = attr.ib()
1616
op = attr.ib()

0 commit comments

Comments
 (0)