diff options
Diffstat (limited to 'grc/core/Config.py')
-rw-r--r-- | grc/core/Config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/core/Config.py b/grc/core/Config.py index ff98674b3e..df80528a74 100644 --- a/grc/core/Config.py +++ b/grc/core/Config.py @@ -5,7 +5,6 @@ SPDX-License-Identifier: GPL-2.0-or-later """ -from __future__ import absolute_import import os from os.path import expanduser, normpath, expandvars, exists |