Skip to content

Commit

Permalink
Update pydantic_tfl_api/rest_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
mnbf9rca and sourcery-ai[bot] authored Jul 15, 2024
1 parent e09b605 commit a2d71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_tfl_api/rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class RestClient():
"""RestClient.
:param str app_key: API token to access TfL unified API
:param str app_key: App key to access TfL unified API
"""

def __init__(self, app_key: str = None):
Expand Down

0 comments on commit a2d71db

Please sign in to comment.