Skip to content

Commit

Permalink
examples(01_bootstrap): Test to_dict()
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 10, 2023
1 parent 8b96f02 commit d820781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/01_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
random_row = random_row_query.first()

pprint.pprint(bootstrap.to_dict(random_row))

pprint.pprint(random_row.to_dict()) # type:ignore

0 comments on commit d820781

Please sign in to comment.