mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 09:05:07 +00:00
pybricks.parameters: Fix tests for imports.
This commit is contained in:
@@ -121,7 +121,10 @@ def test_from_pybricks_parameters_import():
|
||||
"Button",
|
||||
"Color",
|
||||
"Direction",
|
||||
"Font",
|
||||
"Icon",
|
||||
"Image",
|
||||
"ImageFile",
|
||||
"Port",
|
||||
"Side",
|
||||
"Stop",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user