Skip to content

Commit

Permalink
Fix import of Callable
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Sep 2, 2022
1 parent e25525b commit 9029f91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nutpie/sample.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from collections import Callable
from typing import Dict, List, Tuple
from typing import Dict, List, Tuple, Callable
from dataclasses import dataclass

import numpy as np
Expand Down

0 comments on commit 9029f91

Please sign in to comment.