Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Dec 1, 2023
1 parent 9b8aa78 commit 7e38f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_hubspot/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def schema(self) -> dict:
th.Property("archived", th.BooleanType),
).to_dict()

def _get_available_properties(self) -> dict[str, str]]:
def _get_available_properties(self) -> dict[str, str]:
session = requests.Session()
session.auth = self.authenticator

Expand Down

0 comments on commit 7e38f09

Please sign in to comment.