Skip to content

Commit

Permalink
test: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 20, 2023
1 parent a16ca07 commit bbaa330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion pysource_minimize/_minimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ def minimize_stmt(self, node):
return

elif isinstance(node, ast.Return):
coverage_required()
self.try_only_minimize(node, node.value)

elif isinstance(node, ast.Delete):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def name_3():
return needle_17597

0 comments on commit bbaa330

Please sign in to comment.