Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
baydinvladislav committed Jan 11, 2024
1 parent 341182e commit 63ff488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/databases/create_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def create_database(parent_id: str, db_name: str) -> dict:


if __name__ == "__main__":

parent_id, db_name = manual_inputs()
newdb = create_database(parent_id=parent_id, db_name=db_name)
print(f"\n\nDatabase {db_name} created at {newdb['url']}\n")

0 comments on commit 63ff488

Please sign in to comment.