diff options
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 |