Skip to content

Commit

Permalink
chore: adjust typehint for base http client
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Oct 30, 2024
1 parent 2d9a8bc commit 0ab3900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filip/clients/base_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self,
url: Union[AnyHttpUrl, str] = None,
*,
session: requests.Session = None,
fiware_header: Union[Dict, FiwareHeader] = None,
fiware_header: Union[Dict, FiwareHeader, FiwareLDHeader] = None,
**kwargs):

self.logger = logging.getLogger(
Expand Down

0 comments on commit 0ab3900

Please sign in to comment.