Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 17, 2022
1 parent fc03ab0 commit 43a5c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telathbot/main.py
@@ -1,7 +1,6 @@
import uvicorn

from telathbot import app
from telathbot.config import get_settings

if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)

0 comments on commit 43a5c97

Please sign in to comment.