There was an error while loading. Please reload this page.
1 parent e17a430 commit 38afa06Copy full SHA for 38afa06
1 file changed
dephell_markers/_marker/_base.py
@@ -10,7 +10,7 @@
10
from .._constants import ALIASES
11
12
13
-@attr.s(cmp=False)
+@attr.s(eq=False, order=False)
14
class BaseMarker:
15
lhs = attr.ib()
16
op = attr.ib()
0 commit comments