Skip to content

Commit 498fabd

Browse files
author
gitikavj
committed
fix: add missing __init__.py to strands memory subpackage
1 parent a7c76f3 commit 498fabd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ exports[`Assets Directory Snapshots > File listing > should match the expected f
408408
"python/strands/base/model/__init__.py",
409409
"python/strands/base/model/load.py",
410410
"python/strands/base/pyproject.toml",
411+
"python/strands/capabilities/memory/__init__.py",
411412
"python/strands/capabilities/memory/session.py",
412413
"typescript/.gitkeep",
413414
]
@@ -2673,6 +2674,8 @@ packages = ["."]
26732674
"
26742675
`;
26752676
2677+
exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/capabilities/memory/__init__.py should match snapshot 1`] = `""`;
2678+
26762679
exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/capabilities/memory/session.py should match snapshot 1`] = `
26772680
"import os
26782681
from typing import Optional

src/assets/python/strands/capabilities/memory/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)