Skip to content

Commit

Permalink
Drop no deprecated module in test
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jan 15, 2025
1 parent 660f0eb commit c51ae80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ async def async_test_function(num: int) -> int:
finally:
# Clean up
del sys.modules["test_module"]
del sys.modules["test_deprecated_module"]


def test_udf_can_be_registered(mock_package):
Expand Down

0 comments on commit c51ae80

Please sign in to comment.