Skip to content

Commit

Permalink
keep typer import
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Nov 29, 2024
1 parent 1923388 commit d0b01f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/makim/cli/auto_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from typing import Any, Callable, Dict, Optional, Type, Union, cast

import click
import typer # noqa

from fuzzywuzzy import process
from typer import Typer
Expand Down

0 comments on commit d0b01f4

Please sign in to comment.