Skip to content

Commit

Permalink
chore: use future annotations in egraph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Mar 20, 2023
1 parent e218fa8 commit 1fe3266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibis/common/egraph.py
@@ -1,3 +1,5 @@
from __future__ import annotations

import collections
import itertools
import math
Expand Down

0 comments on commit 1fe3266

Please sign in to comment.