Apply suggestions from code review

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
christinacai123 2023-04-18 13:45:51 -04:00 committed by GitHub
parent b4b4ff7948
commit f8abaf687a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
from __future__ import annotations
from collections.abc import Iterable
from numbers import Real, Integral
import pathlib
import typing
from typing import Iterable, List, Optional, Union, Dict
import pathlib
from xml.etree import ElementTree as ET
import numpy as np