diff --git a/printer-linter/src/printerlinter/linters/profile.py b/printer-linter/src/printerlinter/linters/profile.py index ea92c26366..e8c9da2acd 100644 --- a/printer-linter/src/printerlinter/linters/profile.py +++ b/printer-linter/src/printerlinter/linters/profile.py @@ -33,7 +33,7 @@ class Profile(Linter): offset = found.span(0)[0] ) - def _getprofileName(self) -> tuple[str, bool]: + def _getprofileName(self) -> Tuple[str, bool]: config = ConfigParser() config.read([self._file]) name_of_profile = config.get("general", "name")