Skip to content

Commit f2f4f91

Browse files
committed
fix: restore missing import random in test_fst.py lost during master merge
1 parent 8c68c8c commit f2f4f91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/anoph/test_fst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import itertools
2+
import random
23
import pytest
34
from pytest_cases import parametrize_with_cases
45
import numpy as np

0 commit comments

Comments
 (0)