refactor: remove redundant # type: ignore

This commit is contained in:
Vlad Stan
2023-01-10 09:45:12 +02:00
parent 8cd6c7c9bc
commit c370bd18c6
30 changed files with 54 additions and 53 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from sqlite3 import Row
from pydantic import BaseModel
from starlette.requests import Request
from lnbits.lnurl import encode as lnurl_encode # type: ignore
from lnbits.lnurl import encode as lnurl_encode
class CreateScrubLink(BaseModel):