Skip to content

Commit b4bba67

Browse files
committed
Revert "feat: add Bedrock integration (BIP-0042) as separate PR"
This reverts commit 61673cd.
1 parent 0b3901a commit b4bba67

5 files changed

Lines changed: 41 additions & 500 deletions

File tree

burr/integrations/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,3 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# in the License.
17-
18-
19-
def __getattr__(name: str):
20-
"""Lazy load Bedrock integration to avoid requiring boto3 unless used."""
21-
if name == "BedrockAction":
22-
from burr.integrations.bedrock import BedrockAction
23-
return BedrockAction
24-
if name == "BedrockStreamingAction":
25-
from burr.integrations.bedrock import BedrockStreamingAction
26-
return BedrockStreamingAction
27-
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")

burr/integrations/bedrock.py

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)