Skip to content

Commit

Permalink
removed importlib metadata and typing final
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Jan 23, 2024
1 parent 6ce9202 commit ed523e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions singer_sdk/helpers/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import datetime
import sys
from importlib import metadata
from typing import final # noqa: ICN003

if sys.version_info < (3, 9):
import importlib_resources
Expand Down Expand Up @@ -34,8 +32,6 @@
time_fromisoformat = datetime.time.fromisoformat

__all__ = [
"metadata",
"final",
"entry_points",
"datetime_fromisoformat",
"date_fromisoformat",
Expand Down

0 comments on commit ed523e7

Please sign in to comment.