Skip to content

Commit bd939e0

Browse files
committed
Remove unused Any import
1 parent 99346dd commit bd939e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/step_methods/hmc/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import Any, NamedTuple
15+
from typing import NamedTuple
1616

1717
import numpy as np
1818

0 commit comments

Comments
 (0)