Skip to content

Commit

Permalink
ruff ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Apr 24, 2024
1 parent 0a9f7dc commit 46b6937
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions views_api.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from fastapi import APIRouter, Depends
from loguru import logger
from .models import Example
from http import HTTPStatus

import httpx
from fastapi import APIRouter, Depends
from fastapi.exceptions import HTTPException
from lnbits.decorators import get_key_type, WalletTypeInfo
from lnbits.decorators import WalletTypeInfo, get_key_type

from .models import Example

# views_api.py is for you API endpoints that could be hit by another service

Expand Down

0 comments on commit 46b6937

Please sign in to comment.