aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2020-11-26 21:33:39 +0300
committerAlexander Kabui2020-11-26 21:33:39 +0300
commit001b10077517b24e0eecc16819c77f0eb3c31dc1 (patch)
treeb7893ad1d2170c5d68a20605ed42c1cbbd4dd0f2
parent4f449007d7f4afe4b141851772fa694ced4e77e3 (diff)
downloadgenenetwork2-001b10077517b24e0eecc16819c77f0eb3c31dc1.tar.gz
PEP8 format and remove unnecessary comments
-rw-r--r--wqflask/wqflask/markdown_routes.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/wqflask/wqflask/markdown_routes.py b/wqflask/wqflask/markdown_routes.py
index 0445ded1..093dffeb 100644
--- a/wqflask/wqflask/markdown_routes.py
+++ b/wqflask/wqflask/markdown_routes.py
@@ -15,10 +15,6 @@ links_blueprint = Blueprint("links_blueprint", __name__)
policies_blueprint = Blueprint("policies_blueprint", __name__)
facilities_blueprint = Blueprint("facilities_blueprint", __name__)
-# for debug
-# https://raw.githubusercontent.com/Alexanderlacuna/gn-docs/feature/add-markdown-pages/
-
-
def render_markdown(file_name):
github_url = ("https://raw.githubusercontent.com/"
"genenetwork/gn-docs/master/")