From 294c633ed04b0ab6e436d7db28b3263368ec0ef8 Mon Sep 17 00:00:00 2001 From: Thomas-Toulouse Date: Thu, 1 Sep 2022 19:03:51 -0400 Subject: [PATCH] Update settings.py --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index ce959d17..bafd64ad 100755 --- a/settings.py +++ b/settings.py @@ -2,11 +2,11 @@ """" this is the file were the option for the module gst are define """ -from asyncore import write + from logging import root import os import configparser -from typing_extensions import Self + class Config():