Skip to content

Commit dc3fc17

Browse files
fixup! Add add_app_flow_user_scope to TimersClient
1 parent ea84b35 commit dc3fc17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/globus_sdk/services/timers/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def add_app_flow_user_scope(
120120
.. code-block:: python
121121
122122
app = UserApp("myapp", client_id=NATIVE_APP_CLIENT_ID)
123-
client = TimersClient(app=app).add_app_flow_user_scope(FLOW_ID)
123+
client = TimersClient(app=app)
124+
client.add_app_flow_user_scope(FLOW_ID)
124125
125126
flow_timer = FlowTimer(
126127
name="my flow timer",

0 commit comments

Comments
 (0)