mkdocs_gallery/plugin.py
2
S101:
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
373
assert
page
.
edit_url
.
endswith
(
"/"
+
page_path
)
377
assert
edit_url
.
endswith
(
"/"
+
self
.
docs_dir_rel_proj
)