Skip to content

Commit 739bc75

Browse files
committed
Provide botocore client stub
1 parent 0887bb5 commit 739bc75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/botocore/client.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Minimal botocore.client stub used for local testing."""
2+
3+
from __future__ import annotations
4+
5+
6+
class Config: # pragma: no cover - simple data holder
7+
def __init__(self, **_kwargs):
8+
return

0 commit comments

Comments
 (0)