Skip to content

Commit b48ead7

Browse files
committed
fix format
1 parent 03bef3c commit b48ead7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olive/common/hf/io_config/io_resolver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
from importlib.resources import files
1010
from typing import TYPE_CHECKING, Any
1111

12+
import yaml
13+
1214
if TYPE_CHECKING:
1315
from olive.constants import DiffusersModelVariant
1416

15-
import yaml
16-
1717
logger = logging.getLogger(__name__)
1818

1919

0 commit comments

Comments
 (0)