From 316dc5819f3b421a0b457d2faee35b8f7206331f Mon Sep 17 00:00:00 2001 From: Mikayla Date: Mon, 30 Sep 2024 20:53:31 +0000 Subject: [PATCH] removed unused python import --- build/bundle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build/bundle.py b/build/bundle.py index 3894044..16c3796 100644 --- a/build/bundle.py +++ b/build/bundle.py @@ -2,7 +2,6 @@ import base64 import json import os import subprocess -import sys path_prefix = "./_minified/"