From 9f9fcc1ba633955b660362d03e70c0c93446dcb5 Mon Sep 17 00:00:00 2001 From: wes Date: Wed, 22 May 2019 19:25:00 -0400 Subject: [PATCH] Remove unnecessary imports --- deletefb/tools/login.py | 2 -- deletefb/tools/wall.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/deletefb/tools/login.py b/deletefb/tools/login.py index d1c81df..62ad2a3 100644 --- a/deletefb/tools/login.py +++ b/deletefb/tools/login.py @@ -2,8 +2,6 @@ import time from selenium.webdriver.chrome.options import Options from seleniumrequests import Chrome -from selenium.webdriver.common.action_chains import ActionChains -from selenium.common.exceptions import NoSuchElementException, StaleElementReferenceException def login(user_email_address, user_password, diff --git a/deletefb/tools/wall.py b/deletefb/tools/wall.py index 0093fce..d187bb6 100644 --- a/deletefb/tools/wall.py +++ b/deletefb/tools/wall.py @@ -1,7 +1,5 @@ import time -from selenium.webdriver.chrome.options import Options -from seleniumrequests import Chrome from selenium.webdriver.common.action_chains import ActionChains from selenium.common.exceptions import NoSuchElementException, StaleElementReferenceException