Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2023
1 parent e53c591 commit 3f1a795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion irun/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class IRunException(Exception):


class Matchers(str, Enum):

# any matcher: ...
# e.g: foo(...) => foo(MATCH_ONE)
MATCH_ONE = "__match_one"
Expand Down

0 comments on commit 3f1a795

Please sign in to comment.