mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-05-14 21:20:32 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
125cb6f78c
commit
229ef01fc9
8 changed files with 13 additions and 8 deletions
|
|
@ -4,7 +4,8 @@ import argparse
|
|||
import math
|
||||
import os
|
||||
import subprocess
|
||||
from collections.abc import Iterable, Sequence
|
||||
from collections.abc import Iterable
|
||||
from collections.abc import Sequence
|
||||
|
||||
from pre_commit_hooks.util import added_files
|
||||
from pre_commit_hooks.util import zsplit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue