facebook / facebook-python-business-sdk

Python SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
1.32k stars 645 forks source link

Fix: incorrect type hint on CustomData class #686

Open rodrigobeckmann opened 1 month ago

rodrigobeckmann commented 1 month ago

Removed an additional type hint that was causing 'self' to be incorrectly typed as a float. This fix ensures that 'self' is properly typed and the method behaves as expected.