Skip to content

Commit e4e7f54

Browse files
Merge pull request #679 from cylc/1.6.x-sync
🤖 Merge 1.6.x-sync into master
2 parents 6d00fea + 01e1643 commit e4e7f54

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

cylc/uiserver/data_store_mgr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def log_call(fcn):
6565
fcn_name = f'[data-store] {fcn.__name__}'
6666

6767
def _inner(*args, **kwargs): # works for serial & async calls
68-
nonlocal fcn
6968
self = args[0]
7069
# log this method call
7170
self.log.info(fmt_call(fcn_name, args[1:], kwargs))

cylc/uiserver/handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def _inner(
6464
*args,
6565
**kwargs,
6666
):
67-
nonlocal fun
6867
user: 'JPSUser' = handler.current_user
6968

7069
if not user or not user.username:

cylc/uiserver/workflows_mgr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ def run(*coros):
299299
# start tasks running as soon as possible
300300
# (we could be connecting to workflows whilst the scan is still
301301
# running)
302-
nonlocal tasks
303302
tasks.append(asyncio.create_task(run_coros_in_order(*coros)))
304303

305304
# handle state changes

0 commit comments

Comments
 (0)