ruff: Fix FURB167 Use of regular expression alias.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-06-30 14:29:07 -04:00
committed by Tim Abbott
parent 6a73006723
commit 5af8dfda3e
7 changed files with 11 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ pattern = re.compile(
(/ (?P<version> [^/ ]* ))?
([ /] .*)?
$""",
re.X,
re.VERBOSE,
)