We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea84b35 commit dc3fc17Copy full SHA for dc3fc17
src/globus_sdk/services/timers/client.py
@@ -120,7 +120,8 @@ def add_app_flow_user_scope(
120
.. code-block:: python
121
122
app = UserApp("myapp", client_id=NATIVE_APP_CLIENT_ID)
123
- client = TimersClient(app=app).add_app_flow_user_scope(FLOW_ID)
+ client = TimersClient(app=app)
124
+ client.add_app_flow_user_scope(FLOW_ID)
125
126
flow_timer = FlowTimer(
127
name="my flow timer",
0 commit comments