From db7edf86af56aa76eaaa2b30f3b6568e401c7ecd Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 12 Jan 2021 11:38:14 +0800 Subject: Remove TypeDict for python 3.7 --- config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index 47ded38..cbe5e07 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,4 @@ -from utils.configuration import Configuration - -config: Configuration = { +config = { 'system': { # Disable accelerator 'disable_acc': False, -- cgit v1.2.3