mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
clean up: formatting
This commit is contained in:
parent
c1e0ba56c3
commit
dcdac793c2
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user