remove accidental LiteralString import

This commit is contained in:
julius 2023-11-07 18:52:51 +01:00
parent c6f718a1d4
commit 78f8b6cc00
Signed by untrusted user who does not match committer: julius
GPG Key ID: 8AA3791362A8084A

View File

@ -1,7 +1,5 @@
"""Models based on the GLVQ framework."""
from typing import LiteralString
import torch
from numpy.typing import NDArray
from prototorch.core.competitions import wtac