fix: remove unused Field import from axengine.py

This commit is contained in:
spanner3003 2026-03-18 18:11:30 +00:00 committed by Josh Hawkins
parent 7cec1f81b9
commit c1f315a250

View File

@ -3,7 +3,7 @@ import os.path
import re import re
import urllib.request import urllib.request
from typing import Literal from typing import Literal
from pydantic import ConfigDict, Field from pydantic import ConfigDict
import axengine as axe import axengine as axe