From 1998d12bb61e30763b07c01266ddc0165a54f8f4 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 30 Dec 2021 00:11:20 +1100 Subject: [PATCH] Added sys import --- Tests/test_image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_image.py b/Tests/test_image.py index 85efd9fcdaa..4dde66f11a1 100644 --- a/Tests/test_image.py +++ b/Tests/test_image.py @@ -1,6 +1,7 @@ import io import os import shutil +import sys import tempfile import pytest