Skip to content

Commit

Permalink
Remove unused import subprocess.PIPE
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Tolfsen <ato@mozilla.com>
  • Loading branch information
alexhenrie authored and andreastt committed Jul 31, 2014
1 parent 37ece15 commit 9e30b6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/selenium/webdriver/opera/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import subprocess
from subprocess import PIPE
import time
from selenium.common.exceptions import WebDriverException
from selenium.webdriver.common import utils
Expand Down

0 comments on commit 9e30b6d

Please sign in to comment.