Skip to content

Commit

Permalink
Merge pull request #21 from lnbits/fix_imports
Browse files Browse the repository at this point in the history
refactor: import `update_user_extension `
  • Loading branch information
motorina0 authored May 20, 2024
2 parents e6eba8e + 2235410 commit 086dd3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from pydantic import Json
from starlette.exceptions import HTTPException

from lnbits.core import update_user_extension
from lnbits.core.crud import get_user
from lnbits.core.crud import get_user, update_user_extension
from lnbits.core.models import Payment
from lnbits.db import Filters
from lnbits.decorators import (
Expand Down

0 comments on commit 086dd3b

Please sign in to comment.