Skip to content

Commit

Permalink
Prevent circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Jan 8, 2024
1 parent ce8bee6 commit 5cc145c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions a38/traversal.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from contextlib import contextmanager
from typing import Optional
from typing import TYPE_CHECKING, Optional

from . import fields
if TYPE_CHECKING:
from . import fields


class Annotation:
Expand Down

0 comments on commit 5cc145c

Please sign in to comment.