Skip to content
Snippets Groups Projects
Commit 3a1b6766 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests/pv/utils: Remove unused typing import

parent f8c29f38
No related branches found
No related tags found
1 merge request!620Move non-PV-specific tests outside tests/pressure-vessel/
......@@ -8,12 +8,6 @@ import subprocess
import sys
try:
import typing
typing # placate pyflakes
except ImportError:
pass
from testutils import (
BaseTest,
run_subprocess,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment