diff options
| author | dherrada <dylan.herrada@adafruit.com> | 2020-07-03 16:03:19 -0400 |
|---|---|---|
| committer | dherrada <dylan.herrada@adafruit.com> | 2020-07-03 16:03:19 -0400 |
| commit | bce77adecdbfd36006dbc97a50b67d05720c8135 (patch) | |
| tree | 31d1e1e80a04ddcd6c6261df9eb780d2ade650f8 /shared-bindings/displayio | |
| parent | 9911b64fa13442f552a9968cdf40d926b98de6f8 (diff) | |
Added type hints previously missed
Diffstat (limited to 'shared-bindings/displayio')
| -rw-r--r-- | shared-bindings/displayio/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/__init__.c b/shared-bindings/displayio/__init__.c index b791336b5..16d068e2e 100644 --- a/shared-bindings/displayio/__init__.c +++ b/shared-bindings/displayio/__init__.c @@ -50,7 +50,7 @@ //| -//| def release_displays() -> Any: +//| def release_displays() -> None: //| """Releases any actively used displays so their busses and pins can be used again. This will also //| release the builtin display on boards that have one. You will need to reinitialize it yourself //| afterwards. This may take seconds to complete if an active EPaperDisplay is refreshing. |
