From 67c1e628607d0dfbcf472da5e830f4155b1d317b Mon Sep 17 00:00:00 2001 From: tdhood Date: Thu, 20 Apr 2023 20:47:40 -0700 Subject: [PATCH] added new line --- lottery_data_scraper/texas.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lottery_data_scraper/texas.py b/lottery_data_scraper/texas.py index c4f4b6a..61b2fa3 100644 --- a/lottery_data_scraper/texas.py +++ b/lottery_data_scraper/texas.py @@ -133,9 +133,7 @@ def main(): return games - if __name__ == "__main__": games = main() schema = GameSchema(many=True) print(schema.dumps(games)) - \ No newline at end of file