diff options
Diffstat (limited to '')
-rwxr-xr-x | testing/make-archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/make-archives b/testing/make-archives index 8ec05e2..3c7ab9d 100755 --- a/testing/make-archives +++ b/testing/make-archives @@ -8,7 +8,7 @@ import shutil import subprocess import tarfile import tempfile -from typing import Sequence +from collections.abc import Sequence # This is a script for generating the tarred resources for git repo |