Commit 700bcd3
committed
fix: add future annotations for Python 3.8 compatibility
tuple[str, str] type hint in get_bedrock_config() is not subscriptable
on Python 3.8. Adding from __future__ import annotations defers
evaluation and fixes the TypeError.
Made-with: Cursor1 parent 9cf7a83 commit 700bcd3
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments