Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavTuli committed Jul 8, 2021
1 parent ccb1d04 commit 34179bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hub/integrations/tests/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,7 @@ def test_pytorch_small_old(ds):

@requires_torch
@parametrize_all_dataset_storages
@pytest.mark.xfail(
raises=NotImplementedError,
reason="future"
)
@pytest.mark.xfail(raises=NotImplementedError, reason="future")
def test_custom_tensor_order(ds):
with ds:
tensors = ["a", "b", "c", "d"]
Expand Down

0 comments on commit 34179bd

Please sign in to comment.