Skip to content

Commit

Permalink
type annotate test_conda_forge_packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley authored and rgommers committed Jan 4, 2025
1 parent 6a3c646 commit a35df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/test_conda_forge_packaging.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest


def test_output_separation():
def test_output_separation() -> None:
need_to_warn = False
try:
# check if we can import a test folder that's deleted in `scipy`
Expand Down

0 comments on commit a35df0f

Please sign in to comment.