mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 03:34:19 +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:
@@ -2,8 +2,8 @@ import asyncio
|
||||
from functools import partial, wraps
|
||||
from typing import List
|
||||
|
||||
from cashu.core.base import Proof
|
||||
from cashu.core.settings import settings
|
||||
from ..core.base import Proof
|
||||
from ..core.settings import settings
|
||||
|
||||
|
||||
def sum_proofs(proofs: List[Proof]):
|
||||
|
||||
Reference in New Issue
Block a user