From 19171baf0200694fcce605402fd997ec7d59c4cc Mon Sep 17 00:00:00 2001
From: timofey <tim@ongoteam.yaconnect.com>
Date: Mon, 2 Oct 2023 17:01:04 +0000
Subject: [PATCH] reformat

---
 app/__main__.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app/__main__.py b/app/__main__.py
index 469d871..583907c 100644
--- a/app/__main__.py
+++ b/app/__main__.py
@@ -2,6 +2,4 @@ from aiohttp import web
 
 from .main import get_app
 
-web.run_app(
-    get_app(), host='0.0.0.0', port=80
-)
+web.run_app(get_app(), host="0.0.0.0", port=80)