Static type analysis
This commit is contained in:
parent
3aebb8bead
commit
7866ec0f47
63 changed files with 1825 additions and 2722 deletions
|
|
@ -4,7 +4,7 @@ import subprocess
|
|||
from labthings.views import ActionView
|
||||
|
||||
|
||||
def is_raspberrypi():
|
||||
def is_raspberrypi() -> bool:
|
||||
"""
|
||||
Checks if Raspberry Pi.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue