sort imports

This commit is contained in:
Yinon Polak 2023-03-08 16:13:35 +02:00
parent 8d60327d60
commit c8296ccb2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import logging import logging
from typing import Any, Dict, Tuple, List from typing import Any, Dict, List, Tuple
import numpy as np import numpy as np
import numpy.typing as npt import numpy.typing as npt