Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Mar 30, 2022
1 parent 2f9527d commit d79999d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ansible_navigator/ui_framework/form_presenter.py
Expand Up @@ -24,7 +24,8 @@


if TYPE_CHECKING:
from .form import Form # pylint: disable=cyclic-import
# Full path here to satisfy sphinx
from ansible_navigator.ui_framework.form import Form


# the maximum form size
Expand Down

0 comments on commit d79999d

Please sign in to comment.