Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor committed Nov 13, 2024
1 parent efee1eb commit c17f2af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit_tests/test_async_subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,7 @@ async def test_neurons(subtensor, mocker):
ids=["none", "with data"],
)
@pytest.mark.asyncio
async def test_neurons_lite(
subtensor, mocker, fake_hex_bytes_result, response
):
async def test_neurons_lite(subtensor, mocker, fake_hex_bytes_result, response):
"""Tests neurons_lite method."""
# Preps
fake_netuid = 1
Expand Down

0 comments on commit c17f2af

Please sign in to comment.