Code formatting

This commit is contained in:
Joel Collins 2020-10-13 15:02:19 +01:00
parent 0234b20ce3
commit 2bfb988460
60 changed files with 392 additions and 396 deletions

View file

@ -1,8 +1,9 @@
from labthings.views import View, ActionView
import subprocess
import os
import subprocess
from sys import platform
from labthings.views import ActionView, View
def is_raspberrypi(raise_on_errors=False):
"""