summaryrefslogtreecommitdiffstats
path: root/pre_commit/hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'pre_commit/hook.py')
-rw-r--r--pre_commit/hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre_commit/hook.py b/pre_commit/hook.py
index 6d436ca..309cd5b 100644
--- a/pre_commit/hook.py
+++ b/pre_commit/hook.py
@@ -1,9 +1,9 @@
from __future__ import annotations
import logging
+from collections.abc import Sequence
from typing import Any
from typing import NamedTuple
-from typing import Sequence
from pre_commit.prefix import Prefix