Browse Source

Remove unnecessary imports

pull/23/head
wes 5 years ago
parent
commit
9f9fcc1ba6
  1. 2
      deletefb/tools/login.py
  2. 2
      deletefb/tools/wall.py

2
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,

2
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

Loading…
Cancel
Save