commit | ea2e5211c1f1e22c3f2c7504f9cc3aa95a649418 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 15 20:45:06 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 7c9349efdea2b9b32c2f455e59f16fe11d6aee2a | |
parent | 80aa1014f7f89b0148620d332b3b79d5279bb8a4 [diff] |
fix: use tomli
diff --git a/atmosphere/models/conf.py b/atmosphere/models/conf.py index 869b982..d706edb 100644 --- a/atmosphere/models/conf.py +++ b/atmosphere/models/conf.py
@@ -1,4 +1,4 @@ -import toml +import tomli from schematics import types