Skip to content

Commit 9ee82e9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e27c082 commit 9ee82e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/type_constraint_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from collections.abc import Collection, Iterable
1616

1717

18-
__all__ = ["TypeConstraintSolver", "TypeConstraintError"]
18+
__all__ = ["TypeConstraintError", "TypeConstraintSolver"]
1919

2020

2121
class TypeConstraintError(RuntimeError):

0 commit comments

Comments
 (0)