Skip to content

Commit af4d7ba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0c26766 commit af4d7ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

irun/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class IRunException(Exception):
66

77

88
class Matchers(str, Enum):
9-
109
# any matcher: ...
1110
# e.g: foo(...) => foo(MATCH_ONE)
1211
MATCH_ONE = "__match_one"

0 commit comments

Comments
 (0)