From 8ee51b25f7ac6f21803cb77ff7bebf6f49e6b439 Mon Sep 17 00:00:00 2001 From: zack <43246297+clickingbuttons@users.noreply.github.com> Date: Mon, 23 May 2022 11:21:23 -0400 Subject: [PATCH] make params optional --- polygon/rest/quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygon/rest/quotes.py b/polygon/rest/quotes.py index c39b6665..0169321f 100644 --- a/polygon/rest/quotes.py +++ b/polygon/rest/quotes.py @@ -105,7 +105,7 @@ def get_real_time_currency_conversion( to: str, amount: float, precision: Union[int, Precision] = 2, - params: Dict[str, Any] = None, + params: Optional[Dict[str, Any]] = None, raw: bool = False, ) -> Union[RealTimeCurrencyConversion, HTTPResponse]: """