[BUGFIX] Remove incorrect import statement

This commit is contained in:
Jensun Ravichandran 2021-05-12 16:45:01 +02:00
parent ca39aa00d5
commit 8f9c29bd2b

View File

@ -7,7 +7,6 @@ from prototorch.functions.distances import (euclidean_distance, omega_distance,
squared_euclidean_distance)
from prototorch.functions.helper import get_flat
from prototorch.functions.losses import glvq_loss, lvq1_loss, lvq21_loss
from prototorch.modules.mappings import OmegaMapping
from .abstract import AbstractPrototypeModel, PrototypeImageModel