Skip to content

Commit

Permalink
trying again - pylint, mypy and black workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cachebag committed Jan 27, 2025
1 parent 3309ea8 commit e2d3a21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions selene/core/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def __init__(
else ''
)
+ f' \'{expected}\''
# todo: refactor to and change tests correspondingly:
# f'{" ignoring case:" if _ignore_case else ":"} «{expected}»'
),
actual=lambda entity: (entity, actual(entity)),
by=lambda entity_and_actual: (
Expand Down Expand Up @@ -1673,3 +1671,4 @@ def script_result(browser: Browser):
script_result,
by=predicate.equals(expected),
)

0 comments on commit e2d3a21

Please sign in to comment.