From 5b2da45b540638e233df2b120819b5ce0bf4e7c4 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:41:34 +0000 Subject: [PATCH] Discard changes to tests/test_examples.py --- tests/test_examples.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 8c1ee581..3d73c046 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,5 +1,5 @@ -# def test_examples(): -# """ -# Run every script in the examples directory -# """ -# import examples # noqa +def test_examples(): + """ + Run every script in the examples directory + """ + import examples # noqa