feat(compatibility): Python3.6 compatibility

This commit is contained in:
Alexander Engelsberger
2021-08-30 17:15:40 +02:00
parent d7834e2cc0
commit 7b93cd4ad5
9 changed files with 33 additions and 17 deletions

View File

@@ -1,7 +1,5 @@
"""`models` plugin for the `prototorch` package."""
from importlib.metadata import PackageNotFoundError, version
from .callbacks import PrototypeConvergence, PruneLoserPrototypes
from .cbc import CBC, ImageCBC
from .glvq import (