From 25e6a000233533dd092db901eaf1d0bdc992c998 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 24 Jun 2024 09:18:08 +0100 Subject: [PATCH] minor changes to help mypy --- .github/workflows/python_actions.yml | 3 +-- unittests/__init__.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index dca4fea08..3d6a21e79 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -21,11 +21,10 @@ jobs: call: uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main with: - dependencies: SpiNNUtils SpiNNMachine test_directories: unittests spinnman_integration_tests coverage-package: spinnman flake8-packages: spinnman unittests spinnman_integration_tests pylint-packages: spinnman - mypy-packages: spinnman unittests spinnman_integration_tests + mypy-packages: unittests spinnman spinnman_integration_tests secrets: inherit diff --git a/unittests/__init__.py b/unittests/__init__.py index 1d5b5492f..05bfa339d 100644 --- a/unittests/__init__.py +++ b/unittests/__init__.py @@ -11,5 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -__author__ = 'Petrut'