Skip to content

Commit ba25420

Browse files
committed
mac: remove obsolete comment
1 parent 16ef017 commit ba25420

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mss/darwin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def _init_library(self) -> None:
103103
coregraphics = ctypes.util.find_library("CoreGraphics")
104104
else:
105105
# macOS Big Sur and newer
106-
# pylint: disable=line-too-long
107106
coregraphics = "/System/Library/Frameworks/CoreGraphics.framework/Versions/Current/CoreGraphics"
108107

109108
if not coregraphics:

0 commit comments

Comments
 (0)