Skip to content

Commit

Permalink
feat: refactor: Remove print statement from main_sync function
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot committed Jul 22, 2024
1 parent 361ab73 commit dcd9e3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ def main_sync() -> None:
print("Agency data or entry is None.")

if __name__ == "__main__":
print("Running synchronous main function:")
main_sync()

0 comments on commit dcd9e3b

Please sign in to comment.