Skip to content

Commit

Permalink
reformated client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Aug 15, 2023
1 parent 835faef commit 661d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/notion/helpers/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ def get_database(self, database_id: str) -> Any:
Returns:
Any: The details of the database.
"""
return self.fetch_resource("databases", database_id)
return self.fetch_resource("databases", database_id)

0 comments on commit 661d64f

Please sign in to comment.