Removed unused import

There was no real reason to use "Optional" typing in ther front-end-root argument.
This commit is contained in:
Silver 2025-03-02 21:43:35 +01:00 committed by GitHub
parent 6a92dd1969
commit ed2665b0db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
import argparse
import enum
import os
from typing import Optional
import comfy.options