Skip to content

Commit 7f0ec44

Browse files
committed
Removed leftover test function from 'murfey.util.api'
1 parent a6b6d08 commit 7f0ec44

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/murfey/util/api.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,3 @@ def url_path_for(
136136

137137
# Render and return the path
138138
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

Comments
 (0)