Skip to content

Commit 886de7c

Browse files
committed
Remove unused typing.Callable import
1 parent aaece2f commit 886de7c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arcade/anim/easing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""Core easing annotations and helper functions."""
2-
3-
from collections.abc import Callable
42
from math import cos, pi, sin, sqrt, tau
53
from typing import Protocol, TypeVar
64

0 commit comments

Comments
 (0)