Skip to content

Commit bc28d82

Browse files
committed
session_cache: clarify arg types
1 parent 9329f22 commit bc28d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacker/session_cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def get_session(region, profile=None):
2121
"""Creates a boto3 session with a cache
2222
2323
Args:
24-
region (str): The region for the session
25-
profile (str): The profile for the session
24+
region (str, optional): The region for the session
25+
profile (str, optional): The profile for the session
2626
2727
Returns:
2828
:class:`boto3.session.Session`: A boto3 session with

0 commit comments

Comments
 (0)