updated imports

This commit is contained in:
brian
2024-10-20 20:15:19 +00:00
parent 4ba68d056b
commit 7a8eb93c48
11 changed files with 58 additions and 61 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from __future__ import annotations
from torch import nn
from shared.dto import ModelData
from shared.mongodb.classes import ModelData
from .angle import AngleTail
from .contact import ContactTail