Skip to content

Commit

Permalink
Remove unneeded imports in Options module
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 15, 2016
1 parent dfab927 commit c33471b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/selenium/webdriver/firefox/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
# specific language governing permissions and limitations
# under the License.

import os
from selenium.common.exceptions import WebDriverException
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
import base64


class Options(object):
Expand Down

0 comments on commit c33471b

Please sign in to comment.