Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 12, 2024
1 parent cf01134 commit 692e74b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tap_mysql/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""SQL client handling."""

from __future__ import annotations

import datetime
Expand Down
1 change: 1 addition & 0 deletions tap_mysql/tap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""mysql tap class."""

from __future__ import annotations

import atexit
Expand Down
1 change: 1 addition & 0 deletions tests/test_selected_columns_only.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests selected columns only from stream."""

# flake8: noqa
import json

Expand Down
1 change: 0 additions & 1 deletion tests/test_ssh_tunnel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Tests standard tap features using the built-in SDK tests library."""


from tap_mysql.tap import TapMySQL

TABLE_NAME = "test_replication_key"
Expand Down

0 comments on commit 692e74b

Please sign in to comment.