From c1d0179f26ace549cf4946db9c3b41cdc3c34e13 Mon Sep 17 00:00:00 2001 From: TRASHZ403 <107699834+trashz403@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:05:40 -0500 Subject: [PATCH] Removed unused imports --- whatsapp2.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/whatsapp2.py b/whatsapp2.py index dcdad99..290342c 100644 --- a/whatsapp2.py +++ b/whatsapp2.py @@ -6,12 +6,9 @@ """ from selenium import webdriver -from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.common.keys import Keys -from selenium.webdriver.support import expected_conditions as EC -from selenium.webdriver.common.by import By -from selenium.webdriver.support.ui import WebDriverWait as wait from selenium.webdriver.chrome.options import Options + option=Options() option.add_argument('user-data-dir=selenium') print("WHATSAPP-JARVIS by AASHISH PEEPRA!!")