We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ef017 commit ba25420Copy full SHA for ba25420
src/mss/darwin.py
@@ -103,7 +103,6 @@ def _init_library(self) -> None:
103
coregraphics = ctypes.util.find_library("CoreGraphics")
104
else:
105
# macOS Big Sur and newer
106
- # pylint: disable=line-too-long
107
coregraphics = "/System/Library/Frameworks/CoreGraphics.framework/Versions/Current/CoreGraphics"
108
109
if not coregraphics:
0 commit comments