Skip to content

Commit 986a6ca

Browse files
lint check pass
1 parent 975bbaa commit 986a6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywhatkit/core/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def copy_image(path: str) -> None:
108108
elif system().lower() == "windows":
109109
from io import BytesIO
110110

111-
import win32clipboard # pip install pywin32
111+
import win32clipboard # pip install pywin32
112112
from PIL import Image
113113

114114
image = Image.open(path)

0 commit comments

Comments
 (0)