8000 make params optional (#199) · Raptorly1/client-python@4dff741 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dff741

Browse files
author
clickingbuttons
authored
make params optional (polygon-io#199)
1 parent ac2cd12 commit 4dff741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/quotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_real_time_currency_conversion(
105105
to: str,
106106
amount: float,
107107
precision: Union[int, Precision] = 2,
108-
params: Dict[str, Any] = None,
108+
params: Optional[Dict[str, Any]] = None,
109109
raw: bool = False,
110110
) -> Union[RealTimeCurrencyConversion, HTTPResponse]:
111111
"""

0 commit comments

Comments
 (0)
0