Skip to content

Commit

Permalink
makes pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Nov 19, 2023
1 parent 4e285d3 commit de5fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artisanlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}:
Expand Down

0 comments on commit de5fdf7

Please sign in to comment.