Merge pull request #360 from ahmetveburak/fix-package

fix(package): correct the click import
This commit is contained in:
Waket Zheng 2024-11-25 18:10:27 +08:00 committed by GitHub
commit 095eb48196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ from datetime import datetime
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