Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4651d46

Browse files
committed
Needed by check_versions.py
1 parent b8f2b31 commit 4651d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def __gt__(self, other):
193193

194194

195195

196-
@dataclass(frozen=True)
196+
@dataclass(frozen=True, order=True)
197197
class Language:
198198
tag: str
199199
iso639_tag: str

0 commit comments

Comments
 (0)