1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

Remove unused import

This commit is contained in:
thomasw21
2022-11-22 00:52:53 +01:00
parent f2ed5d8b44
commit fe691feb5a

View File

@@ -17,7 +17,6 @@ from typing import Optional, Tuple, Union
import numpy as np
import torch
import torch.nn.functional as F
from ..configuration_utils import ConfigMixin, register_to_config
from ..utils import BaseOutput