Spaces:
Running
Running
Update apis/__init__.py
Browse files- apis/__init__.py +1 -3
apis/__init__.py
CHANGED
@@ -33,9 +33,7 @@ except ImportError as e:
|
|
33 |
try:
|
34 |
from .Bubble_API_Calls import (
|
35 |
fetch_linkedin_token_from_bubble,
|
36 |
-
fetch_linkedin_posts_data_from_bubble
|
37 |
-
bulk_upload_to_bubble,
|
38 |
-
update_record_in_bubble,
|
39 |
)
|
40 |
except ImportError as e:
|
41 |
print(f"Warning: Could not import from bubble_api_handler.py: {e}")
|
|
|
33 |
try:
|
34 |
from .Bubble_API_Calls import (
|
35 |
fetch_linkedin_token_from_bubble,
|
36 |
+
fetch_linkedin_posts_data_from_bubble
|
|
|
|
|
37 |
)
|
38 |
except ImportError as e:
|
39 |
print(f"Warning: Could not import from bubble_api_handler.py: {e}")
|