Skip to content

Commit

Permalink
🚨 move Self to typechecking guard
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 6fe1102 commit 4a1dfd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ozi/new/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import re
from typing import TYPE_CHECKING
from typing import Self
from typing import Sequence

import requests
Expand All @@ -24,6 +23,8 @@
from ozi.trove import from_prefix

if TYPE_CHECKING:
from typing import Self

from prompt_toolkit.document import Document


Expand Down

0 comments on commit 4a1dfd4

Please sign in to comment.