Skip to content

Commit 6a6c8bb

Browse files
committed
fixed lint
1 parent 3cdf07a commit 6a6c8bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pywhatkit/core/core.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
from webbrowser import open
77

88
import requests
9-
from pyautogui import click, hotkey, press, size, typewrite, locateOnScreen, ImageNotFoundException, moveTo
9+
from pyautogui import (
10+
ImageNotFoundException,
11+
click,
12+
hotkey,
13+
locateOnScreen,
14+
moveTo,
15+
press,
16+
size,
17+
typewrite,
18+
)
1019

1120
from pywhatkit.core.exceptions import InternetException
1221

0 commit comments

Comments
 (0)