pybricks.parameters: Fix tests for imports.

This commit is contained in:
Laurens Valk
2026-08-25 12:19:24 +02:00
parent a59a567967
commit 97564e33c5
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -121,7 +121,10 @@ def test_from_pybricks_parameters_import():
"Button",
"Color",
"Direction",
"Font",
"Icon",
"Image",
"ImageFile",
"Port",
"Side",
"Stop",
+1
View File
@@ -452,6 +452,7 @@ class AppData:
# Hide type-only names from jedi completions in the module namespace.
if TYPE_CHECKING:
del abstractmethod
del Callable
del Iterable
del MaybeAwaitable