Skip to content

Commit

Permalink
Update cylc/uiserver/authorise.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
  • Loading branch information
MetRonnie and oliver-sanders authored Feb 26, 2024
1 parent aa0a46f commit e42e54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cylc/uiserver/authorise.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class CylcAuthorizer(Authorizer):
"""

# This is here just to fix sphinx autodoc warning from traitlets' __init__
# see https://github.com/cylc/cylc-uiserver/pull/560
def __init__(*args, **kwargs):
super().__init__(*args, **kwargs)

Expand Down

0 comments on commit e42e54a

Please sign in to comment.