This commit is contained in:
2026-07-23 23:54:30 -07:00
parent 05e70a7fc4
commit f05a662414
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import config
from tools.utils import format_relative_time, ToolError, get_file_info_list, sort_file_list, get_paginated_list
logger = logging.getLogger("MattCP")
logger = logging.getLogger("MooseCP")
async def handle(args: Dict[str, Any]):
"""
+1 -1
View File
@@ -4,7 +4,7 @@ from pathlib import Path
from typing import Any, Dict, List, Set
from tools.utils import ToolError, parse_indices
logger = logging.getLogger("MattCP")
logger = logging.getLogger("MooseCP")
async def handle(args: Dict[str, Any]):
"""
+1 -1
View File
@@ -3,7 +3,7 @@ from pathlib import Path
from typing import Any, Dict
from tools.utils import format_relative_time, ToolError, get_file_info_list, sort_file_list
logger = logging.getLogger("MattCP")
logger = logging.getLogger("MooseCP")
async def handle(args: Dict[str, Any]):
"""
+1 -1
View File
@@ -10,7 +10,7 @@ import config
from tools.utils import format_relative_time, ToolError, get_file_info_list, sort_file_list, parse_indices
logger = logging.getLogger("MattCP")
logger = logging.getLogger("MooseCP")
def calculate_patch_dimensions(orig_w: int, orig_h: int, target_tokens: int = None):
"""
+1 -1
View File
@@ -5,7 +5,7 @@ from pathlib import Path
from typing import Any, Dict
from tools.utils import ToolError
logger = logging.getLogger("MattCP")
logger = logging.getLogger("MooseCP")
async def handle(args: Dict[str, Any]):
"""
+1 -1
View File
@@ -4,7 +4,7 @@ from typing import Any, Dict
from PIL import Image
from tools.utils import ToolError
logger = logging.getLogger("MattCP")
logger = logging.getLogger("MooseCP")
async def handle(args: Dict[str, Any]):
"""