From 4d0c5c848fda305055b71abf63ccd18478586694 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Mon, 18 May 2020 17:41:35 +0100 Subject: flake8: T2475: fix a number of issue reported by flake8 --- python/vyos/dicts.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/vyos/dicts.py') diff --git a/python/vyos/dicts.py b/python/vyos/dicts.py index 79cab4a08..b12cda40f 100644 --- a/python/vyos/dicts.py +++ b/python/vyos/dicts.py @@ -15,6 +15,9 @@ # along with this program. If not, see . +from vyos import ConfigError + + class FixedDict(dict): """ FixedDict: A dictionnary not allowing new keys to be created after initialisation. -- cgit v1.2.3