fix flake8 F401+F403 (module imported but unused + unable to detect undefined names)
This commit is contained in:
@@ -7,7 +7,6 @@ from typing import AsyncGenerator, Dict, Optional
|
||||
import httpx
|
||||
from loguru import logger
|
||||
|
||||
from lnbits import bolt11 as lnbits_bolt11
|
||||
from lnbits.settings import settings
|
||||
|
||||
from .base import (
|
||||
|
||||
Reference in New Issue
Block a user