Skip to content

Commit

Permalink
Merge pull request #360 from ahmetveburak/fix-package
Browse files Browse the repository at this point in the history
fix(package): correct the click import
  • Loading branch information
waketzheng authored Nov 25, 2024
2 parents fac1de6 + e049fce commit 095eb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerich/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pathlib import Path
from typing import Dict, Iterable, List, Optional, Set, Tuple, Type, Union, cast

import click
import asyncclick as click
from dictdiffer import diff
from tortoise import BaseDBAsyncClient, Model, Tortoise
from tortoise.exceptions import OperationalError
Expand Down

0 comments on commit 095eb48

Please sign in to comment.