From 7989a0614072b5086e08ef18b98ec10ec5949c89 Mon Sep 17 00:00:00 2001 From: novirium Date: Mon, 23 Dec 2019 14:17:22 +0800 Subject: [PATCH] pep8 --- configspec.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configspec.py b/configspec.py index d72159c..a4317af 100644 --- a/configspec.py +++ b/configspec.py @@ -309,11 +309,12 @@ class ConfigManager(): def add_confspecs(self, confspecs): """ - Stores multiple ConfigSpecifications at once for future use when validating the corresponding - config bundles + Stores multiple ConfigSpecifications at once for future use when validating the + corresponding config bundles Args: - confspecs : A dict of populated ConfigSpecifications to store, using their keys as names. + confspecs : A dict of populated ConfigSpecifications to store, using their keys as + names. """ self.confspecs.update(confspecs)