We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b6d08 commit 7f0ec44Copy full SHA for 7f0ec44
1 file changed
src/murfey/util/api.py
@@ -136,14 +136,3 @@ def url_path_for(
136
137
# Render and return the path
138
return render_path(route_path, kwargs)
139
-
140
141
-if __name__ == "__main__":
142
- # Run test on some existing routes
143
- url_path = url_path_for(
144
- "workflow.tomo_router",
145
- "register_tilt",
146
- visit_name="nt15587-15",
147
- session_id=2,
148
- )
149
- print(url_path)
0 commit comments