fix imports

This commit is contained in:
Yinon Polak
2023-04-03 16:03:15 +03:00
parent bd3b70293f
commit c137666230
6 changed files with 14 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import logging
from typing import Tuple, List
from typing import List
import torch
import torch.nn as nn