From 9dab9b815cdb9858078b5e2dd0ba00315f1f68d5 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 17 Feb 2023 15:36:09 -0700 Subject: [PATCH] Add newline Former-commit-id: 63c93acb83fc02ffafaaebee04353c45b8f858b6 --- app/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/base.py b/app/base.py index e4e44791..e70f7289 100644 --- a/app/base.py +++ b/app/base.py @@ -31,4 +31,4 @@ class base_stack(): def get_url(self): return "http://gitea.local:3000/api/packages/cerc-io/npm/" -# TODO: finish this implementation for the npm package registry \ No newline at end of file +# TODO: finish this implementation for the npm package registry