Skip to content

Commit 5f4ce9b

Browse files
committed
changing default value
1 parent e563366 commit 5f4ce9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometrix/connect/aws_connect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
class AWSPrometheusConnect(CustomPrometheusConnect):
1515
def __init__(
1616
self,
17-
access_key: str,
18-
secret_key: str,
17+
access_key: Optional[str],
18+
secret_key: Optional[str],
1919
region: str,
2020
service_name: str,
2121
token: Optional[str] = None,

0 commit comments

Comments
 (0)