[IMP] Cleanup unnecessary imports

Co-authored-by: Nils Hamerlinck <nilshamerlinck@users.noreply.github.com>
This commit is contained in:
Elmeri Niemelä
2021-11-07 14:01:44 +02:00
committed by Alexandre D. Díaz
parent a4ca06509c
commit 2627cb1e9f

View File

@@ -7,6 +7,7 @@ import os
import subprocess
import sys
import tempfile
import warnings
from base64 import b64decode
from contextlib import closing
from io import BytesIO