Skip to content

Commit

Permalink
STYLE: make pycodestyle happy:)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Jul 24, 2024
1 parent c74063a commit 0b6e099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion selene/core/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,9 @@ def browser_management():
"""

def _selector_or_by_to_by(
self, selector_or_by: str | Tuple[str, str], /
self,
selector_or_by: str | Tuple[str, str],
/,
) -> Tuple[str, str]:
return (
self.selector_to_by_strategy(selector_or_by) # noqa
Expand Down

0 comments on commit 0b6e099

Please sign in to comment.