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
@@ -4,7 +4,7 @@ import os
from typing import Any, List, NamedTuple, Optional
import jinja2
import shortuuid # type: ignore
import shortuuid
from lnbits.jinja2_templating import Jinja2Templates
from lnbits.requestvars import g