Skip to content

Commit 7f892d9

Browse files
committed
base: fix import
1 parent 2875385 commit 7f892d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chebai/models/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import logging
2-
32
from abc import ABC, abstractmethod
4-
from typing import Any, Dict, Optional, Union
3+
from typing import Any, Dict, Iterable, Optional, Union
54

65
import torch
76
from lightning.pytorch.core.module import LightningModule

0 commit comments

Comments
 (0)