mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
Python/relative_import (#186)
* relative import all the things * make format * add __init__.py to cli/ * fix mypy errors * get rid of more mypy * mypy fix crud.py * fix another mypy error
This commit is contained in:
@@ -4,7 +4,7 @@ import click
|
||||
import uvicorn
|
||||
from click import Context
|
||||
|
||||
from cashu.core.settings import settings
|
||||
from ..core.settings import settings
|
||||
|
||||
|
||||
@click.command(
|
||||
|
||||
Reference in New Issue
Block a user