Skip to content

Commit

Permalink
relative import all (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored Feb 11, 2024
1 parent a2b9ac8 commit ac8e21a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cashu/mint/migrations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from cashu.core.base import Proof

from ..core.base import Proof
from ..core.db import Connection, Database, table_with_schema, timestamp_now
from ..core.settings import settings

Expand Down
3 changes: 1 addition & 2 deletions cashu/wallet/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
from click import Context
from loguru import logger

from cashu.core.logging import configure_logger

from ...core.base import TokenV3, Unit
from ...core.helpers import sum_proofs
from ...core.logging import configure_logger
from ...core.settings import settings
from ...nostr.client.client import NostrClient
from ...tor.tor import TorProxy
Expand Down
3 changes: 1 addition & 2 deletions cashu/wallet/nostr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from httpx import ConnectError
from loguru import logger

from cashu.core.base import TokenV3

from ..core.base import TokenV3
from ..core.settings import settings
from ..nostr.client.client import NostrClient
from ..nostr.event import Event
Expand Down

0 comments on commit ac8e21a

Please sign in to comment.