lint: sort import(s)

This commit is contained in:
Simon de Vlieger 2024-03-05 11:07:42 +01:00 committed by Ondřej Budai
parent a779d3268d
commit c9739dbd2a
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@ import subprocess
import sys
import tempfile
import typing
# pylint doesn't understand the string-annotation below
from typing import Any, Dict, List, Tuple # pylint: disable=unused-import