Skip to content

Commit 6e96501

Browse files
committed
Rearrange "import" lines to be alphabetical
1 parent 3d603af commit 6e96501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def test_anything(self):
2929
import re
3030
import sys
3131
import time
32-
import urllib3
3332
import unittest
33+
import urllib3
3434
from selenium.common.exceptions import (
3535
ElementClickInterceptedException as ECI_Exception,
3636
ElementNotInteractableException as ENI_Exception,

0 commit comments

Comments
 (0)