linter fix - import order

This commit is contained in:
Gaspard Petit 2024-12-01 11:37:36 -05:00
parent 42c544996d
commit 8b3bd511cd

View File

@ -1,6 +1,6 @@
import io
import os
import logging
import os
import tempfile
from subprocess import DEVNULL, PIPE, Popen
from typing import Iterable, Optional, Tuple