clean up: formatting

This commit is contained in:
waltem01 2024-03-13 13:49:59 +01:00
parent c1e0ba56c3
commit dcdac793c2

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
import os
from deps.samplebase import SampleBase
from rgbmatrix import graphics
from PIL import Image
@ -12,7 +11,7 @@ from flask_cors import CORS, cross_origin
from dotenv import load_dotenv
from waitress import serve
from pathlib import Path
import time, threading
import os, time, threading
env_path = Path('..') / '.env'