Skip to content

Commit 5b909c3

Browse files
committed
dreambooth #1566: re-sort imports to make "isort" quality check happy
1 parent 3ad72f5 commit 5b909c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/train_dreambooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import argparse
22
import hashlib
3+
import inspect
34
import itertools
45
import math
56
import os
6-
import inspect
77
from pathlib import Path
88
from typing import Optional
99

0 commit comments

Comments
 (0)