Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Oct 11, 2024
1 parent b0af6b6 commit f7be9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nzb/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import re
from functools import cache
from pathlib import Path
from typing import TYPE_CHECKING

if TYPE_CHECKING:
from collections.abc import Iterable
from pathlib import Path
from typing import Callable, ParamSpec, TypeVar

from nzb._types import StrPath
Expand Down

0 comments on commit f7be9fe

Please sign in to comment.