Skip to content

Commit 1e7ec4f

Browse files
committed
fix linting error
1 parent 7641670 commit 1e7ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/selenium_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# under the License.
1717
import json
1818
import logging
19+
import shutil
1920
import subprocess
2021
import sys
2122
from pathlib import Path
22-
import shutil
2323
from typing import List
2424

2525
from selenium.common import WebDriverException

0 commit comments

Comments
 (0)