diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-11 08:29:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-11 08:29:45 +0000 |
commit | bfb804ed317bbbd1e0089c80c1b1d3510185bca6 (patch) | |
tree | 93ee86b21565e569256a09e651a10c08befcd4b8 /tests/commands/run_test.py | |
parent | Adding upstream version 3.5.0. (diff) | |
download | pre-commit-bfb804ed317bbbd1e0089c80c1b1d3510185bca6.tar.xz pre-commit-bfb804ed317bbbd1e0089c80c1b1d3510185bca6.zip |
Adding upstream version 3.6.0.upstream/3.6.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/commands/run_test.py')
-rw-r--r-- | tests/commands/run_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands/run_test.py b/tests/commands/run_test.py index 6a0cd85..e36a3ca 100644 --- a/tests/commands/run_test.py +++ b/tests/commands/run_test.py @@ -4,7 +4,7 @@ import os.path import shlex import sys import time -from typing import MutableMapping +from collections.abc import MutableMapping from unittest import mock import pytest |