Skip to content

Commit 121c3af

Browse files
committed
Remove local workaround
1 parent f9f591a commit 121c3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
instr_dirs = [
3838
os.path.abspath("/".join([instr, f, "src"]))
3939
for f in listdir(instr)
40-
if isdir(join(instr, f)) and f != "opentelemetry-instrumentation-boto"
40+
if isdir(join(instr, f))
4141
]
4242

4343
instr_genai = "../instrumentation-genai"

0 commit comments

Comments
 (0)