Skip to content

Commit eeb22ca

Browse files
Update llm_utils.py
Add missing import warn.
1 parent f257afb commit eeb22ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cerebrosllmutils/llm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from typing import List, Tuple, Any
1010
import tensorflow as tf
11-
11+
from warnings import warn
1212

1313

1414
def prepare_data(

0 commit comments

Comments
 (0)