Skip to content

Commit 128a127

Browse files
committed
removing unnessecary basestring check
1 parent 0e9a513 commit 128a127

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: py/selenium/webdriver/firefox/firefox_profile.py

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
except ImportError:
3131
from io import BytesIO
3232

33-
try:
34-
basestring
35-
except NameError: # Python 3.x
36-
basestring = str
37-
3833
from xml.dom import minidom
3934
from selenium.webdriver.common.proxy import ProxyType
4035
from selenium.common.exceptions import WebDriverException

0 commit comments

Comments
 (0)