diff options
author | Alexander Kabui | 2020-11-26 21:33:39 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-26 21:33:39 +0300 |
commit | 001b10077517b24e0eecc16819c77f0eb3c31dc1 (patch) | |
tree | b7893ad1d2170c5d68a20605ed42c1cbbd4dd0f2 /wqflask | |
parent | 4f449007d7f4afe4b141851772fa694ced4e77e3 (diff) | |
download | genenetwork2-001b10077517b24e0eecc16819c77f0eb3c31dc1.tar.gz |
PEP8 format and remove unnecessary comments
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/markdown_routes.py | 4 |
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/") |