Pyright is stupid
This commit is contained in:
parent
f248c68ea6
commit
e5b8930c6c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
from os import environ as env
|
from os import environ as env
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv # type: ignore
|
||||||
import re, codecs
|
import re, codecs
|
||||||
from typing import Optional, Any
|
from typing import Optional, Any
|
||||||
import bare
|
import bare
|
||||||
|
|
Loading…
Reference in a new issue