Skip to content

Commit 9029f91

Browse files
committed
Fix import of Callable
1 parent e25525b commit 9029f91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nutpie/sample.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from collections import Callable
2-
from typing import Dict, List, Tuple
1+
from typing import Dict, List, Tuple, Callable
32
from dataclasses import dataclass
43

54
import numpy as np

0 commit comments

Comments
 (0)