Skip to content

Commit a2c81a0

Browse files
committed
Format
1 parent 2e1278f commit a2c81a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/diffusers/schedulers/scheduling_ddim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# and https://github.com/hojonathanho/diffusion
1717

1818
import math
19-
from typing import Optional, Tuple, Union
2019
import warnings
20+
from typing import Optional, Tuple, Union
2121

2222
import numpy as np
2323
import torch

src/diffusers/schedulers/scheduling_pndm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# DISCLAIMER: This file is strongly influenced by https://github.com/ermongroup/ddim
1616

1717
import math
18-
from typing import Optional, Tuple, Union
1918
import warnings
19+
from typing import Optional, Tuple, Union
2020

2121
import numpy as np
2222
import torch

0 commit comments

Comments
 (0)