From 765b0039f7c82d16bdd8a62458e431945458a338 Mon Sep 17 00:00:00 2001 From: tdhood Date: Thu, 20 Apr 2023 20:44:59 -0700 Subject: [PATCH] added new line --- lottery_data_scraper/texas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lottery_data_scraper/texas.py b/lottery_data_scraper/texas.py index 6b91ca9..c4f4b6a 100644 --- a/lottery_data_scraper/texas.py +++ b/lottery_data_scraper/texas.py @@ -137,4 +137,5 @@ def main(): if __name__ == "__main__": games = main() schema = GameSchema(many=True) - print(schema.dumps(games)) \ No newline at end of file + print(schema.dumps(games)) + \ No newline at end of file