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
+2 -2
View File
@@ -6,9 +6,9 @@ import time
from sqlite3 import Row
from typing import Dict, List, Optional
from ecdsa import SECP256k1, SigningKey # type: ignore
from ecdsa import SECP256k1, SigningKey
from fastapi import Query
from lnurl import encode as lnurl_encode # type: ignore
from lnurl import encode as lnurl_encode
from loguru import logger
from pydantic import BaseModel