[IMP] Cleanup unnecessary imports

Co-authored-by: Nils Hamerlinck <nilshamerlinck@users.noreply.github.com>
pull/744/head
Elmeri Niemelä 2021-11-07 14:01:44 +02:00 committed by Alexandre D. Díaz
parent a4ca06509c
commit 2627cb1e9f
1 changed files with 1 additions and 0 deletions

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