Skip to content

Commit

Permalink
Merge pull request #21 from tmeiczin/tjm/auth
Browse files Browse the repository at this point in the history
remove unused arg
  • Loading branch information
tmeiczin authored May 16, 2024
2 parents 75456d2 + 66de49c commit d9ac7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reliqua/swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Swagger(Resource):

no_auth = True

def __init__(self, url, openapi_url, sort="alpha", highlight=True, authenticate=False):
def __init__(self, url, openapi_url, sort="alpha", highlight=True):
"""
Create a Swagger instance.
Expand Down

0 comments on commit d9ac7bf

Please sign in to comment.