add type hints to registrations

This commit is contained in:
2021-07-14 11:49:06 +02:00
parent 10f652ede1
commit eeca8b7ad9
7 changed files with 27 additions and 14 deletions

View File

@@ -1,2 +1,3 @@
from .channel_transformation import ChannelTransform, IdentityChannelTransform, ScaleRotateTranslateChannelTransform
from .round_transformation import RoundTransform, IdentityRoundTransform, ScaleRotateTranslateRoundTransform
from .transformation import Transform