diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-11-27 23:27:15 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-11-27 23:27:15 -0500 |
| commit | 65e2fe46540abc09f341c39d877eafeb791933f1 (patch) | |
| tree | a6286ab7995229f2c82bc55bc43b9af823e511a3 /shared-bindings/_typing | |
| parent | f96475cbbf5417531bbdd302b720658c5fa0f541 (diff) | |
fix stub problems; touch up doc
Diffstat (limited to 'shared-bindings/_typing')
| -rw-r--r-- | shared-bindings/_typing/__init__.pyi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shared-bindings/_typing/__init__.pyi b/shared-bindings/_typing/__init__.pyi index 271693686..cc4a0a439 100644 --- a/shared-bindings/_typing/__init__.pyi +++ b/shared-bindings/_typing/__init__.pyi @@ -2,6 +2,9 @@ from typing import Union +import alarm +import alarm.pin +import alarm.time import array import audiocore import audiomixer @@ -61,5 +64,5 @@ Alarm = Union[ - `alarm.pin.PinAlarm` - `alarm.time.TimeAlarm` - You can use these alarms to wake from light or deep sleep. + You can use these alarms to wake up from light or deep sleep. """ |
