modernize type annotations

This commit is contained in:
Jan Petykiewicz 2024-07-29 00:29:39 -07:00
commit 43f038d761
12 changed files with 23 additions and 16 deletions

View file

@ -94,7 +94,8 @@ This module contains functions for generating and solving the
"""
from typing import Callable, Any, cast, Sequence
from typing import Any, cast
from collections.abc import Callable, Sequence
import logging
import numpy
from numpy import pi, real, trace