Skip to content

Commit

Permalink
pylint: disable=c-extension-no-member
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 2, 2024
1 parent 1a22983 commit acdb7c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion windowscontextmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import win32con
import win32gui

# pylint: disable=c-extension-no-member

if TYPE_CHECKING:
from _win32typing import PyResourceId, PyWNDCLASS
from win32com.client import DispatchBaseClass
Expand Down Expand Up @@ -258,4 +260,4 @@ def show_context_menu(paths):
r"C:\Windows\System32\notepad.exe",
r"C:\Windows\System32\notepad.exe",
]
show_context_menu(multiple_files)
show_context_menu(multiple_files)

0 comments on commit acdb7c3

Please sign in to comment.