Remove useless annotations imports. (#14105)

This commit is contained in:
comfyanonymous
2026-05-25 19:23:29 -07:00
committed by GitHub
parent 0a2dd86e78
commit da49b7d0b6
42 changed files with 0 additions and 54 deletions

View File

@@ -4,7 +4,6 @@ Tier 1: Filesystem metadata (zero parsing)
Tier 2: Safetensors header metadata (fast JSON read only)
"""
from __future__ import annotations
import json
import logging

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
import os
import folder_paths
import glob

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import argparse
import logging
import os

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
import os
import base64
import json

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import json
import os
import re