Skip to content

Commit

Permalink
typo #shame
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Dec 20, 2024
1 parent ee126ef commit 32df593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions numpyro/distributions/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
from contextlib import contextmanager
import functools
import inspect
from typing import Protocol, runtime_checkable
from typing import Any, Protocol, runtime_checkable
import warnings

import numpy as np
from typyng import Any

import jax
from jax import lax, tree_util
Expand Down

0 comments on commit 32df593

Please sign in to comment.