Fix unused imports

This commit is contained in:
Daniël de Kok 2025-02-04 15:11:22 +00:00
parent 00af6ef70c
commit ca1067f9db
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from dataclasses import dataclass
from typing import Any, Callable, Dict, List, Optional
from typing import Callable, List, Optional
import torch
import torch.nn as nn

View File

@ -1,4 +1,4 @@
from typing import Any, Callable, Dict, List, Optional
from typing import Callable, List, Optional
import torch
import torch.nn as nn