From a608bd249960400acb64a1402ea10d8b9dbede34 Mon Sep 17 00:00:00 2001 From: Himanshu Tanwani Date: Wed, 9 Jun 2021 18:54:28 +0530 Subject: [PATCH] Update download_repo_info.py Testing pr --- download_repo_info.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/download_repo_info.py b/download_repo_info.py index b2ef680..96fcdea 100644 --- a/download_repo_info.py +++ b/download_repo_info.py @@ -157,3 +157,8 @@ def download_range(lower_bound, upper_bound): name, stars, lang = repo f.write(f'{name},{stars},{lang}\n') + + + # testing pull request - + file1 = open('my_file.txt', 'r') + a = file1.read()