Skip to content

Commit

Permalink
Fix pydocstyle lint, add to precomit as well
Browse files Browse the repository at this point in the history
  • Loading branch information
visch committed Sep 23, 2023
1 parent 2dd2af0 commit d47568e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tap_postgres/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ def __init__(
"""Initialize the SQL connector.
Args:
config: The parent tap or target object's config.
sqlalchemy_url: Optional URL for the connection.
"""
config: The parent tap or target object's config.
sqlalchemy_url: Optional URL for the connection.
"""
# Dates in postgres don't all convert to python datetime objects, so we
# need to register a custom type caster to convert these to a string
# See https://www.psycopg.org/psycopg3/docs/advanced/adapt.html#example-handling-infinity-date # noqa: E501
Expand Down

0 comments on commit d47568e

Please sign in to comment.