Skip to content

Commit

Permalink
Resolve Undefined Symbol in __init__.py
Browse files Browse the repository at this point in the history
Summary: objects is no longer there and needs to be removed

Reviewed By: liliarizona

Differential Revision: D61603228

fbshipit-source-id: a91985ecfc2587f114f090042f2674eaf08c14f4
  • Loading branch information
stcheng authored and facebook-github-bot committed Aug 21, 2024
1 parent 1a5bcc3 commit f1810f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions facebook_business/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
from facebook_business.api import FacebookAdsApi

__version__ = '20.0.1'
__all__ = [
'session',
'objects',
'api',
]
__all__ = ['session', 'api']

0 comments on commit f1810f9

Please sign in to comment.