fixed missing os import

This commit is contained in:
tvh 2023-11-02 17:38:39 +01:00
parent 7b050d3361
commit 80802ec1c1

View File

@ -1,6 +1,7 @@
import hashlib
import logging
import shutil
import os
import uuid
from typing import Optional