Skip to content

Commit f8b634d

Browse files
committed
Optimize an import
1 parent 69b37d7 commit f8b634d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_anything(self):
5050
from selenium.webdriver.common.keys import Keys
5151
from selenium.webdriver.remote.remote_connection import LOGGER
5252
from seleniumbase import config as sb_config
53-
from seleniumbase.common import decorators
5453
from seleniumbase.config import settings
5554
from seleniumbase.core import log_helper
5655
from seleniumbase.fixtures import constants
@@ -10094,8 +10093,9 @@ def __highlight_with_jquery_2(self, message, selector, o_bs):
1009410093

1009510094
############
1009610095

10097-
# Deprecated Methods (Replace these if they're still in your code!)
10096+
from seleniumbase.common import decorators
1009810097

10098+
# Deprecated Methods (Replace these if they're still in your code!)
1009910099
@decorators.deprecated(
1010010100
"jq_format() is deprecated. Use re.escape() instead!"
1010110101
)

0 commit comments

Comments
 (0)