Skip to content

Commit 3ad72f5

Browse files
committed
dreambooth #1566: fix missing import
1 parent d5d3c81 commit 3ad72f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/dreambooth/train_dreambooth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import itertools
44
import math
55
import os
6+
import inspect
67
from pathlib import Path
78
from typing import Optional
89

0 commit comments

Comments
 (0)