From ab0a85f0696bde6024a2b545d1c93868177abbc0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:59:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- irun/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/irun/base.py b/irun/base.py index 70b20c3..1dea3e9 100644 --- a/irun/base.py +++ b/irun/base.py @@ -6,7 +6,6 @@ class IRunException(Exception): class Matchers(str, Enum): - # any matcher: ... # e.g: foo(...) => foo(MATCH_ONE) MATCH_ONE = "__match_one"