removed unused python import

This commit is contained in:
Mikayla 2024-09-30 20:53:31 +00:00
parent 4b188bef8f
commit 316dc5819f

View File

@ -2,7 +2,6 @@ import base64
import json import json
import os import os
import subprocess import subprocess
import sys
path_prefix = "./_minified/" path_prefix = "./_minified/"