Refactor import order in mcp_server.py for improved clarity

This commit is contained in:
chema
2025-06-29 20:19:21 +02:00
parent 52f2d7017d
commit 0d4d60fa01

View File

@@ -15,7 +15,7 @@ from typing import Dict, List, Optional
from mcp.server.fastmcp import FastMCP, Image
from penpot_mcp.api.penpot_api import PenpotAPI, CloudFlareError, PenpotAPIError
from penpot_mcp.api.penpot_api import CloudFlareError, PenpotAPI, PenpotAPIError
from penpot_mcp.tools.penpot_tree import get_object_subtree_with_fields
from penpot_mcp.utils import config
from penpot_mcp.utils.cache import MemoryCache