Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 29, 2024
1 parent 5b0e69f commit c7537b0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/tyro/_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@
is_typeddict,
)

from . import conf # Avoid circular import.
from . import _docstrings, _resolver, _singleton, _strings, _unsafe_cache
from . import (
_docstrings,
_resolver,
_singleton,
_strings,
_unsafe_cache,
conf, # Avoid circular import.
)
from ._typing import TypeForm
from .conf import _confstruct, _markers
from .constructors._primitive_spec import UnsupportedTypeAnnotationError
Expand Down

0 comments on commit c7537b0

Please sign in to comment.