Skip to content

Commit

Permalink
Fix missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Jan 31, 2024
1 parent 7a28f3b commit 2b60205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/shin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections.abc import Mapping, Sequence
from dataclasses import dataclass
from math import sqrt
from typing import Generic, Literal, TypeVar, overload
from typing import Any, Generic, Literal, TypeVar, overload

from .shin import optimise as _optimise_rust

Expand Down

0 comments on commit 2b60205

Please sign in to comment.