Skip to content

Commit 72001fd

Browse files
committed
fix typing
1 parent e3a7311 commit 72001fd

File tree

1 file changed

+2
-0
lines changed
  • aeon/transformations/collection/self_supervised

1 file changed

+2
-0
lines changed

aeon/transformations/collection/self_supervised/_trilite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""TRILITE SSL transformer."""
22

3+
from __future__ import annotations
4+
35
__maintainer__ = ["hadifawaz1999"]
46
__all__ = ["TRILITE"]
57

0 commit comments

Comments
 (0)