From f047dd68ba9ab818fd3ac60ea7917613c21867d3 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:53:41 +0700 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B2=D0=BB=D1=83=D0=BF=20=D1=81=D0=B1?= =?UTF-8?q?=D0=B5=D0=B6=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heroku/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/heroku/main.py b/heroku/main.py index ac433d1..89d6579 100644 --- a/heroku/main.py +++ b/heroku/main.py @@ -205,12 +205,6 @@ def generate_random_system_version(): return version -if not IS_WINDOWS: - import uvloop - - uvloop.install() - - def run_config(): """Load configurator.py""" from . import configurator