Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 16, 2024
1 parent e9a5811 commit 6fec018
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/egglog/examples/resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Resolution theorem proving.
===========================
"""

from __future__ import annotations

from typing import ClassVar
Expand Down
1 change: 1 addition & 0 deletions python/egglog/examples/schedule_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Schedule demo
=============
"""

from __future__ import annotations

from egglog import *
Expand Down
1 change: 1 addition & 0 deletions python/egglog/exp/program_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""
Builds up imperative string expressions from a functional expression.
"""

from __future__ import annotations

from typing import Union
Expand Down
1 change: 1 addition & 0 deletions python/egglog/type_constraint_solver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Provides a class for solving type constraints."""

from __future__ import annotations

from collections import defaultdict
Expand Down

0 comments on commit 6fec018

Please sign in to comment.