style(pre-commit): unrelated changes

pull/6718/head
Fu Hanxi 2021-02-09 12:52:16 +08:00
rodzic 611fe8794b
commit 7db83b26da
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
#!/usr/bin/env python
import argparse
import re
from os.path import join, normpath, dirname, relpath, exists
from os.path import dirname, exists, join, normpath, relpath
CLANG_TIDY_REGEX = re.compile(r'(.+|[a-zA-Z]:\\\\.+):([0-9]+):([0-9]+): ([^:]+): (.+)')