Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwo committed Jul 22, 2024
1 parent 9e960ca commit cc8cbcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyzet/zettel.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
import pyzet.constants as C
from pyzet.exceptions import CreateNewZettel
from pyzet.grep import parse_grep_patterns
from pyzet.utils import Config
from pyzet.utils import get_git_output

if TYPE_CHECKING:
from argparse import Namespace

from pyzet.config import Config


class Zettel(NamedTuple):
"""Represents a single zettel.
Expand Down

0 comments on commit cc8cbcf

Please sign in to comment.