fix: Cleanup code to follow linting

This commit is contained in:
2025-10-10 21:35:47 +11:00
parent 09852f19b6
commit eee87e6ca7
5 changed files with 11 additions and 27 deletions

View File

@@ -1,12 +1,6 @@
import time
from flask import Flask
from server import app
import server
from gunicorn.app.base import BaseApplication
import os
import dotenv
import sys
import json
class GunicornApp(BaseApplication):