diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-01-12 11:38:14 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-01-12 11:38:31 +0800 |
commit | db7edf86af56aa76eaaa2b30f3b6568e401c7ecd (patch) | |
tree | b6e28b09831b70bb81a116b49b9c47c900376e11 /config.py | |
parent | 966d4431c037b0c4641aa2a5fc22f05be064b331 (diff) |
Remove TypeDict for python 3.7
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,4 @@ -from utils.configuration import Configuration - -config: Configuration = { +config = { 'system': { # Disable accelerator 'disable_acc': False, |