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 Oct 3, 2023
1 parent f892e4c commit cb3306d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tap_jotform/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@

from __future__ import annotations

import sys
from importlib import metadata

from singer_sdk import Stream, Tap
from singer_sdk import typing as th

from tap_jotform import streams

if sys.version_info < (3, 8):
import importlib_metadata as metadata
else:
from importlib import metadata


def get_package_version() -> str:
"""Return the version number.
Expand Down

0 comments on commit cb3306d

Please sign in to comment.