1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

make style

This commit is contained in:
Patrick von Platen
2023-08-25 18:51:03 +00:00
parent cb432c4ebc
commit 048d901993

View File

@@ -17,7 +17,7 @@
import re
from contextlib import nullcontext
from io import BytesIO
from typing import Optional, Union, Dict
from typing import Dict, Optional, Union
import requests
import torch