Skip to content

Commit 56f5b79

Browse files
committed
fix style
1 parent 05d5788 commit 56f5b79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pipelines/flux/test_pipeline_flux_control_inpaint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import random
21
import unittest
32

43
import numpy as np
54
import torch
65
from PIL import Image
7-
86
from transformers import AutoTokenizer, CLIPTextConfig, CLIPTextModel, CLIPTokenizer, T5EncoderModel
97

108
from diffusers import (
@@ -16,6 +14,7 @@
1614
from diffusers.utils.testing_utils import (
1715
torch_device,
1816
)
17+
1918
from ..test_pipelines_common import (
2019
PipelineTesterMixin,
2120
check_qkv_fusion_matches_attn_procs_length,

0 commit comments

Comments
 (0)