Skip to content

Commit f0fc4b3

Browse files
committed
lint
1 parent 0e0f11d commit f0fc4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nested_admin/tests/one_deep/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def get_admin_screenshot(self):
226226
# Move mouse to a consistent place, to avoid hover styles confusing things
227227
# body_element = self.selenium.execute_script('return document.body')
228228
self.selenium.execute_script("document.body.scrollTop = 0")
229-
self.selenium.execute_script('document.activeElement.blur()')
229+
self.selenium.execute_script("document.activeElement.blur()")
230230
time.sleep(0.2)
231231
self.selenium.save_screenshot(image_path)
232232
return image_path

0 commit comments

Comments
 (0)