Removing duplicate import

Removing duplicate import.
This commit is contained in:
patriceac 2024-07-21 01:37:25 -07:00 committed by GitHub
parent b815ad01ff
commit ab3e20fbd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,6 @@ from pydantic import BaseModel, Extra
from starlette.responses import FileResponse, JSONResponse, StreamingResponse
from pycloudflared import try_cloudflare
import ctypes
# Constants for preventing sleep
ES_CONTINUOUS = 0x80000000
ES_SYSTEM_REQUIRED = 0x00000001