Skip to content

Commit 11a1354

Browse files
committed
restructure class definitions to run pytests
1 parent a00f1b1 commit 11a1354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sleap_nn/config/trainer_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import attrs
22
from omegaconf import OmegaConf
3-
from typing import Optional, Union, List, Text, Any
3+
from typing import Optional, List, Text, Any
44

55

66
"""Serializable configuration classes for specifying all training job parameters.

0 commit comments

Comments
 (0)