mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-24 17:24:29 +01:00
Removing duplicate import
Removing duplicate import.
This commit is contained in:
parent
b815ad01ff
commit
ab3e20fbd6
@ -31,8 +31,6 @@ from pydantic import BaseModel, Extra
|
|||||||
from starlette.responses import FileResponse, JSONResponse, StreamingResponse
|
from starlette.responses import FileResponse, JSONResponse, StreamingResponse
|
||||||
from pycloudflared import try_cloudflare
|
from pycloudflared import try_cloudflare
|
||||||
|
|
||||||
import ctypes
|
|
||||||
|
|
||||||
# Constants for preventing sleep
|
# Constants for preventing sleep
|
||||||
ES_CONTINUOUS = 0x80000000
|
ES_CONTINUOUS = 0x80000000
|
||||||
ES_SYSTEM_REQUIRED = 0x00000001
|
ES_SYSTEM_REQUIRED = 0x00000001
|
||||||
|
Loading…
Reference in New Issue
Block a user