Skip to content

Commit 853e7c7

Browse files
elijahbenizzyskrawcz
authored andcommitted
Adds missing dependency to image captioning flow
1 parent 9d6895e commit 853e7c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/hamilton/contrib/user/elijahbenizzy/caption_images/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import logging
44
from typing import IO, Any, Dict, List, Optional, Union
55

6-
import boto3
7-
86
from hamilton.function_modifiers import config
97

108
logger = logging.getLogger(__name__)
@@ -15,6 +13,7 @@
1513

1614
with contrib.catch_import_errors(__name__, __file__, logger):
1715
# non-hamilton imports go here
16+
import boto3
1817
import openai
1918

2019

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
boto3
12
# put non-hamilton requirements here
23
openai

0 commit comments

Comments
 (0)