Skip to content

Commit

Permalink
Update help center, articles, imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRy4n committed Sep 25, 2023
1 parent 2c2a99a commit d325d23
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 122 deletions.
2 changes: 1 addition & 1 deletion intercom_python_sdk/apis/help_center/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


@response_handler(catch_api_error)
class HelpCenterAPI(APIBase):
class HelpCenterAPI(APIBase): # type: ignore
URI = "/help_center/"

@returns(CollectionSchema(many=False)) # type: ignore
Expand Down
Loading

0 comments on commit d325d23

Please sign in to comment.