Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 0f719f6 commit a169857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tap_readthedocs/streams.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Stream type classes for tap-readthedocs."""

from __future__ import annotations

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

from __future__ import annotations

import typing as t
Expand Down

0 comments on commit a169857

Please sign in to comment.