fix LSP complaining

This commit is contained in:
2026-08-06 01:16:01 +02:00
parent e64d86ee03
commit 34f56e93df
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
package macros;
#if macro
import haxe.macro.Context;
import haxe.macro.Expr;
import haxe.macro.Type;
import sys.FileSystem;
import sys.io.File;
import haxe.Json;
@@ -329,4 +329,5 @@ class AssetMacro {
default: "binary";
}).toUpperCase();
}
}
}
#end