Skip to content

Commit c33471b

Browse files
Remove unneeded imports in Options module
1 parent dfab927 commit c33471b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/selenium/webdriver/firefox/options.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
import os
1918
from selenium.common.exceptions import WebDriverException
2019
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
2120
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
22-
import base64
2321

2422

2523
class Options(object):

0 commit comments

Comments
 (0)