Skip to content

Commit fa18ab2

Browse files
committed
Autoformat
1 parent 465d48d commit fa18ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_alternative_wrappers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
import tempfile
1212

13+
import pytest
14+
1315
from pyronn_torch.codegen import generate_shared_object
1416

1517

@@ -23,7 +25,6 @@ def test_wrap_walberla():
2325
framework_module_class=WalberlaModule, generate_code_only=True)
2426

2527

26-
import pytest
2728
@pytest.mark.xfail(reason="allow failure", strict=False)
2829
def test_wrap_tensorflow():
2930
import pytest

0 commit comments

Comments
 (0)