Skip to content

Commit

Permalink
remove unecessary lines
Browse files Browse the repository at this point in the history
Signed-off-by: kimpaller <[email protected]>
  • Loading branch information
kimpaller committed May 7, 2024
1 parent ea48975 commit 3c42513
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions telemetry/searches.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,4 @@ def github_release_stats(self, repo=None, tag=None, date=None):
}
for i in range(len(dates))
}

if __name__=="__main__":
s = searches(server="10.116.110.150")
b = s.boot_tests("zynq-zc702-adv7511-ad9361-fmcomms2-3","HW_tests/HW_test_multiconfig","1329")
a = s.artifacts("zynq-zc702-adv7511-ad9361-fmcomms2-3","HW_tests/HW_test_multiconfig","1329")
[ print(entry) for entry in a]

0 comments on commit 3c42513

Please sign in to comment.