From b69619941e07556e965a1d972c694ec94a095e50 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 20 Jun 2022 15:29:13 +0200 Subject: pyGHDL: codacy issues --- pyGHDL/cli/dom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyGHDL/cli') diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index 20a49d8eb..816baafba 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -41,7 +41,6 @@ from pyGHDL.dom import DOMException from pyGHDL.libghdl import LibGHDLException from pyTooling.Decorators import export -from pyTooling.MetaClasses import ExtendedType from pyTooling.TerminalUI import LineTerminal, Severity from pyAttributes import Attribute from pyAttributes.ArgParseAttributes import ( @@ -308,7 +307,7 @@ class Application(LineTerminal, ArgParseMixin): entity.Architectures.append(architecture) if not self._design.Documents: - self.WriteFatal(f"No files processed at all.") + self.WriteFatal("No files processed at all.") PP = PrettyPrint() -- cgit v1.2.3