more pylint fixes
This commit is contained in:
parent
fd55b375b4
commit
83ec43ee21
1 changed files with 3 additions and 3 deletions
2
main.py
2
main.py
|
@ -1,4 +1,4 @@
|
||||||
# pylint: disable=missing-module-docstring
|
# pylint: disable=missing-module-docstring, missing-function-docstring, missing-class-docstring
|
||||||
import asyncio
|
import asyncio
|
||||||
import os
|
import os
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
Loading…
Reference in a new issue