1
0
Fork 0

apply lint

This commit is contained in:
Sean Sube 2023-09-15 22:06:53 -05:00
parent af6cb1f295
commit 466a28c13b
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 8 additions and 7 deletions

View File

@ -3,16 +3,17 @@ import unittest
import numpy as np
from onnx_web.diffusers.utils import (
expand_interval_ranges,
expand_alternative_ranges,
get_inversions_from_prompt,
get_latents_from_seed,
get_loras_from_prompt,
get_scaled_latents,
get_tokens_from_prompt,
expand_alternative_ranges,
expand_interval_ranges,
get_inversions_from_prompt,
get_latents_from_seed,
get_loras_from_prompt,
get_scaled_latents,
get_tokens_from_prompt,
)
from onnx_web.params import Size
class TestExpandIntervalRanges(unittest.TestCase):
def test_prompt_with_no_ranges(self):
prompt = "an astronaut eating a hamburger"