modernize type annotations
This commit is contained in:
parent
d5fca741d1
commit
43f038d761
12 changed files with 23 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue