getapi commited on
Commit
213b899
1 Parent(s): c5b38e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ from fastapi import FastAPI, HTTPException
11
  from fastapi.responses import PlainTextResponse
12
  from httpx import AsyncClient, HTTPStatusError, RequestError
13
  from pydantic import BaseModel, HttpUrl
14
- # from ytelegraph import TelegraphAPI
15
  from aiorentry.client import Client as RentryClient
16
  from uvicorn import run as uvicorn_run
17
 
 
11
  from fastapi.responses import PlainTextResponse
12
  from httpx import AsyncClient, HTTPStatusError, RequestError
13
  from pydantic import BaseModel, HttpUrl
 
14
  from aiorentry.client import Client as RentryClient
15
  from uvicorn import run as uvicorn_run
16