Raju Komati commited on
Commit
7ad5b95
1 Parent(s): 90e7797

removed unused variables

Browse files
Files changed (1) hide show
  1. quora/__init__.py +0 -3
quora/__init__.py CHANGED
@@ -21,9 +21,6 @@ from tls_client import Session as TLS
21
  from quora.api import Client as PoeClient
22
  from quora.mail import Emailnator
23
 
24
- CHROME_DRIVER_URL = 'https://chromedriver.storage.googleapis.com'
25
- FIREFOX_DRIVER_URL = 'https://api.github.com/repos/mozilla/geckodriver/releases'
26
-
27
  SELENIUM_WEB_DRIVER_ERROR_MSG = b'''The error message you are receiving is due to the `geckodriver` executable not
28
  being found in your system\'s PATH. To resolve this issue, you need to download the geckodriver and add its location
29
  to your system\'s PATH.\n\nHere are the steps to resolve the issue:\n\n1. Download the geckodriver for your platform
 
21
  from quora.api import Client as PoeClient
22
  from quora.mail import Emailnator
23
 
 
 
 
24
  SELENIUM_WEB_DRIVER_ERROR_MSG = b'''The error message you are receiving is due to the `geckodriver` executable not
25
  being found in your system\'s PATH. To resolve this issue, you need to download the geckodriver and add its location
26
  to your system\'s PATH.\n\nHere are the steps to resolve the issue:\n\n1. Download the geckodriver for your platform