aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/config.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-22 13:46:42 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-22 13:46:42 -0700
commitdb40b9e70b917dbbbfda48f6d77a2fc509366a82 (patch)
treee66626601ec32965c4cee7fad16982530408019b /chocula/config.py
parent5d3ce061d24a5188fc015012b2f70a4c6f568969 (diff)
downloadchocula-db40b9e70b917dbbbfda48f6d77a2fc509366a82.tar.gz
chocula-db40b9e70b917dbbbfda48f6d77a2fc509366a82.zip
fmt (black)
Diffstat (limited to 'chocula/config.py')
-rw-r--r--chocula/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chocula/config.py b/chocula/config.py
index 2237404..3bd8ade 100644
--- a/chocula/config.py
+++ b/chocula/config.py
@@ -1,9 +1,8 @@
-
from types import SimpleNamespace
import toml
-class ChoculaConfig(SimpleNamespace):
+class ChoculaConfig(SimpleNamespace):
@classmethod
def from_file(cls, file_path="sources.toml", sources_dir="data/"):