Chavithra / degiro-connector

This is yet another library to access Degiro's API.
BSD 3-Clause "New" or "Revised" License
205 stars 46 forks source link

return_type for a map_element method declared explicity #141

Closed lucaga closed 1 month ago

lucaga commented 1 month ago

as per today's discussion (link). This is a pull request with both modification needed to remove the warnings.

return type for a map_element method declared explicity and hardcoded to avoid MapWithoutReturnDtypeWarning in ticker_to_df.py, two formatting methods of the TicketToDF class.

I used three commits because the first time around few more things were changed in the code (indentation and new lines). I preferred to make a pull request with minimal change to the code. Hope that it is not creating confusion