Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Dec 30, 2024
1 parent 5e22e8d commit 93706cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkouda/numpy/random/_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def standard_gamma(self, shape, size=None):
.. math::
p(x) = x^{k-1} \frac{e^{\frac{-x}{\theta}}}{\theta^k\Gamma(k)}
"""
""" # noqa: W605
from arkouda.util import _infer_shape_from_size

if size is None:
Expand Down

0 comments on commit 93706cb

Please sign in to comment.