Skip to content

Commit a0a802f

Browse files
committed
Minor change
1 parent d7ae9ed commit a0a802f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _get_fastmath_value(module_name, func_name): # pragma: no cover
235235
if cd.name == "gpu_aamp_stimp":
236236
gpu_aamp_stimp.__doc__ = ast.get_docstring(cd)
237237

238-
try:
238+
try: # pragma: no cover
239239
# _dist = get_distribution("stumpy")
240240
_dist = distribution("stumpy")
241241
# Normalize case for Windows systems

0 commit comments

Comments
 (0)