From 83115bcb9d6beb8e1256ca0eb8dc44b7318b921b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 17 Feb 2023 15:35:31 -0700 Subject: [PATCH] Fix comment Former-commit-id: 88d81f7df62e0341f4b0ac3b09b05d51a81d24ad --- app/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/base.py b/app/base.py index 04cdaf5a..e4e44791 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/" -# need code to \ No newline at end of file +# TODO: finish this implementation for the npm package registry \ No newline at end of file