Skip to content

Commit

Permalink
$AUTOFORMAT_COMMIT_MESSAGE
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 7df07f8 commit 7cd43db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from pathlib import Path

from tests import test_examples
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 @@ -14,6 +13,7 @@

import pytest


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

0 comments on commit 7cd43db

Please sign in to comment.