Bläddra i källkod

fix missing import

Daniel Sheffield 1 år sedan
förälder
incheckning
ec47bdf260
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/rest/pyapi.py

+ 1 - 1
app/rest/pyapi.py

@@ -3,7 +3,7 @@
 # All rights reserved
 #
 # THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY
-
+import os
 from io import BytesIO
 from threading import Thread
 from typing import Union