GuglielmoTor commited on
Commit
7a9fe30
·
verified ·
1 Parent(s): 74edb51

Update services/__init__.py

Browse files
Files changed (1) hide show
  1. services/__init__.py +2 -3
services/__init__.py CHANGED
@@ -16,8 +16,7 @@ from .state_manager import (
16
  # This is good practice for defining the public API of your package.
17
  __all__ = [
18
  # From state_manager
19
- "process_and_store_bubble_token",
20
- "check_token_status",
21
- "get_last_sync_attempt_date"
22
  ]
23
 
 
16
  # This is good practice for defining the public API of your package.
17
  __all__ = [
18
  # From state_manager
19
+ "load_data_from_bubble",
20
+ "check_token_status"
 
21
  ]
22