diff options
Diffstat (limited to 'grc/core/errors.py')
-rw-r--r-- | grc/core/errors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/core/errors.py b/grc/core/errors.py index d00aef6a87..675a553ba0 100644 --- a/grc/core/errors.py +++ b/grc/core/errors.py @@ -4,7 +4,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -from __future__ import absolute_import, print_function class GRCError(Exception): |