Skip to content

Commit 7a85aad

Browse files
author
Peyton
committed
Updated import order.
1 parent 203a675 commit 7a85aad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

comfyui_to_python.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
import os
77
import random
88
import sys
9+
from typing import Dict, List, Any, Callable, Tuple
910

1011
import black
1112

12-
from typing import Dict, List, Any, Callable, Tuple
13-
1413
from utils import import_custom_nodes, add_comfyui_directory_to_sys_path, get_value_at_index
1514

16-
1715
sys.path.append('../')
1816

1917
from nodes import NODE_CLASS_MAPPINGS

0 commit comments

Comments
 (0)