Skip to content

Commit

Permalink
chore: autoformat isort & black
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre authored and github-actions[bot] committed Apr 17, 2024
1 parent ffdea10 commit b025887
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from pytest_notebook.execution import execute_notebook
from pytest_notebook.notebook import load_notebook
from pathlib import Path

from tests import test_examples
import pytest
from pytest_notebook.execution import execute_notebook
from pytest_notebook.notebook import load_notebook

from tests import test_examples

_supported_examples = lambda x: "DIY" not in x.stem
_jupyter_examples = [
Expand All @@ -13,8 +13,6 @@
]




class TestExamples:
@pytest.mark.parametrize("jupyter_example", _jupyter_examples)
@pytest.mark.documentation
Expand Down

0 comments on commit b025887

Please sign in to comment.