diff --git a/js/{{module}}/tests/test_all.py.jinja b/js/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/js/{{module}}/tests/test_all.py.jinja +++ b/js/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/jupyter/{{module}}/tests/test_all.py.jinja b/jupyter/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/jupyter/{{module}}/tests/test_all.py.jinja +++ b/jupyter/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/python/{{module}}/tests/test_all.py.jinja b/python/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/python/{{module}}/tests/test_all.py.jinja +++ b/python/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/rust/{{module}}/tests/test_all.py.jinja b/rust/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/rust/{{module}}/tests/test_all.py.jinja +++ b/rust/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all(): diff --git a/rustjswasm/{{module}}/tests/test_all.py.jinja b/rustjswasm/{{module}}/tests/test_all.py.jinja index 1ae629a..152fb40 100644 --- a/rustjswasm/{{module}}/tests/test_all.py.jinja +++ b/rustjswasm/{{module}}/tests/test_all.py.jinja @@ -1,4 +1,4 @@ -from {{ module }} import * # noqa +from {{ module }} import * def test_all():