aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/backend/install.py
diff options
context:
space:
mode:
authorAnnie Tallund <annie.tallund@arm.com>2023-04-11 09:29:56 +0200
committerAnnie Tallund <annie.tallund@arm.com>2023-04-12 11:59:37 +0000
commitef6e6aeb6796124bded8238860da00972e9aaf10 (patch)
tree8cbda716e02fb0dce7d1b0833073bc8c61407b54 /src/mlia/backend/install.py
parent8d00200d5aa2011bc91ccc688ee93caf5b6980f6 (diff)
downloadmlia-ef6e6aeb6796124bded8238860da00972e9aaf10.tar.gz
MLIA-849 Update mypy version and fix associated issues
- Remove unused silencing of typing - Amend None type hints where it is default Change-Id: Id972b56dcdce865bf6c9d6aea88bc76baf39133e
Diffstat (limited to 'src/mlia/backend/install.py')
-rw-r--r--src/mlia/backend/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/backend/install.py b/src/mlia/backend/install.py
index c76e3e2..4745f19 100644
--- a/src/mlia/backend/install.py
+++ b/src/mlia/backend/install.py
@@ -201,7 +201,7 @@ class PackagePathChecker:
self,
expected_files: list[str],
backend_subfolder: str | None = None,
- settings: dict = None,
+ settings: dict | None = None,
) -> None:
"""Init the path checker."""
self.expected_files = expected_files