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