Skip to content

Commit

Permalink
🚨 lint cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 21, 2024
1 parent 3556c91 commit 896af32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ozi/new/interactive.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Example of an input box dialog.
``ozi-new`` interactive prompts
"""

from __future__ import annotations

import re
Expand All @@ -23,7 +22,7 @@
from ozi.trove import from_prefix

if TYPE_CHECKING:
from typing import Self # type: ignore
from typing import Self

from prompt_toolkit.document import Document

Expand Down

0 comments on commit 896af32

Please sign in to comment.