Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
guill committed Sep 21, 2023
1 parent d233db0 commit a1fe8eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions comfy/graph_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import json
import random

def is_link(obj):
if not isinstance(obj, list):
return False
Expand Down

0 comments on commit a1fe8eb

Please sign in to comment.