From 55fd6253b8a88bca575dc1b2b2af35cea95a95c9 Mon Sep 17 00:00:00 2001 From: Erin Grimes Date: Wed, 30 Jun 2021 15:30:57 -0700 Subject: [PATCH] py-scripts: Removed comments from end of wanlink file. These comments seemed useless to Ben. Signed-off-by: Erin Grimes --- py-json/create_wanlink.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py-json/create_wanlink.py b/py-json/create_wanlink.py index 94a16ef5..e28e7390 100755 --- a/py-json/create_wanlink.py +++ b/py-json/create_wanlink.py @@ -231,5 +231,3 @@ def main(base_url="http://localhost:8080"): if __name__ == '__main__': main() -### -### \ No newline at end of file