From de5fdf753d4a9a5f5ca6ff10fa9360dc0e0b7cdb Mon Sep 17 00:00:00 2001 From: MAKOMO Date: Sun, 19 Nov 2023 01:11:41 +0100 Subject: [PATCH] makes pylint happy --- src/artisanlib/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/artisanlib/main.py b/src/artisanlib/main.py index 5848b62f1..3bf2e67b0 100644 --- a/src/artisanlib/main.py +++ b/src/artisanlib/main.py @@ -25201,7 +25201,7 @@ def main() -> None: # only here deactivating the app napping seems to have an effect if sys.platform.startswith('darwin'): - import appnope # type: ignore # @UnresolvedImport # type: ignore # pylint: disable=import-error + import appnope # type: ignore # @UnresolvedImport # type: ignore # pylint: disable=import-error,redefined-outer-name appnope.nope() if locale_str in {'ar', 'he', 'fa'}: