From 0e9c32344cc9198425aaf2389949db77108e9b22 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 12 May 2025 18:33:24 +0900 Subject: [PATCH] fix: syntax error --- __init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index 2c020df7..65aae69c 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,7 @@ -```python -# This file is the entry point for the ComfyUI-Manager package, handling CLI-only mode and initial setup. -``` +""" +This file is the entry point for the ComfyUI-Manager package, handling CLI-only mode and initial setup. +""" + import os import sys