Skip to content

Commit 975bbaa

Browse files
removed unused import and added a comment
1 parent e8b35e4 commit 975bbaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pywhatkit/core/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import requests
99
from pyautogui import (
10-
ImageNotFoundException,
1110
click,
1211
hotkey,
1312
locateOnScreen,
@@ -109,7 +108,7 @@ def copy_image(path: str) -> None:
109108
elif system().lower() == "windows":
110109
from io import BytesIO
111110

112-
import win32clipboard
111+
import win32clipboard # pip install pywin32
113112
from PIL import Image
114113

115114
image = Image.open(path)

0 commit comments

Comments
 (0)