Skip to content

Commit 523d869

Browse files
author
Meenal Jhajharia
authored
Update developer_guide_implementing_distribution.md (#4889)
1 parent 6c42b6a commit 523d869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/developer_guide_implementing_distribution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following snippet illustrates how to create a new `RandomVariable`:
3535

3636
from aesara.tensor.var import TensorVariable
3737
from aesara.tensor.random.op import RandomVariable
38+
from typing import List, Tuple
3839

3940
# Create your own `RandomVariable`...
4041
class BlahRV(RandomVariable):

0 commit comments

Comments
 (0)