mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 13:02:31 +08:00
Satisfy ruff
This commit is contained in:
parent
1e622d3923
commit
11da0e6c46
@ -2,7 +2,6 @@ import time
|
|||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
import pytest
|
|
||||||
|
|
||||||
|
|
||||||
def test_list_assets_paging_and_sort(http: requests.Session, api_base: str, asset_factory, make_asset_bytes):
|
def test_list_assets_paging_and_sort(http: requests.Session, api_base: str, asset_factory, make_asset_bytes):
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
|
|
||||||
def test_meta_and_across_keys_and_types(
|
def test_meta_and_across_keys_and_types(
|
||||||
http, api_base: str, asset_factory, make_asset_bytes
|
http, api_base: str, asset_factory, make_asset_bytes
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
import json
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
import pytest
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user