Skip to content

Commit 918b839

Browse files
committed
[py] fix format
1 parent 5510967 commit 918b839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
import socket
2121
import subprocess
2222
import time
23-
from runfiles import Runfiles
2423
from test.selenium.webdriver.common.network import get_lan_ip
2524
from test.selenium.webdriver.common.webserver import SimpleWebServer
2625
from urllib.request import urlopen
2726

2827
import pytest
28+
from runfiles import Runfiles
2929

3030
from selenium import webdriver
3131

0 commit comments

Comments
 (0)