You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#355, simplifying #308. Change all import of
`typing`/`collections.abc` to `import <x>` rather than
`from <x> import` syntax. This is useful because it is straightforward
to see at a glance where the `import` is coming from. Further, we have
both `numpy.random.Generator` and `collections.abc.Generator` in use -
so it separates them. I've also moved everything out of the
`TYPE_CHECKING` block, except from where `ruff` says we should.
Is Your Feature Request Related to a Problem? Please Describe
Going to consistently apply
typing
imports throughout. Simplifying the #308 PR.Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: