Skip to content

Commit d1c1346

Browse files
committed
add missing import
1 parent b646608 commit d1c1346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbi/neural_nets/estimators/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

44
from abc import ABC, abstractmethod
5-
from typing import Optional, Protocol, Tuple, TypeVar
5+
from typing import Optional, Protocol, Tuple, TypeVar, Union
66

77
import torch
88
from torch import Tensor, nn

0 commit comments

Comments
 (0)