File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 21
21
from specifyweb .backend .stored_queries import urls as query_urls
22
22
from specifyweb .backend .workbench import urls as wb_urls
23
23
from specifyweb .backend .stats import urls as stat_urls
24
- < << << << HEAD
25
24
from specifyweb .backend .inheritance import urls as inheritance_urls
26
- == == == =
27
25
from specifyweb .backend .trees import urls as trees_urls
28
26
from specifyweb .backend .merge import urls as merge_urls
29
27
from specifyweb .backend .locality_update_tool import urls as locality_update_tool_urls
30
28
from specifyweb .backend .delete_blockers import urls as delete_blockers_urls
31
29
from specifyweb .backend .table_rows import urls as table_rows_urls
32
- > >> >> >> origin / main
33
30
34
31
# print(get_resolver().reverse_dict.keys()) # Use for debugging urls
35
32
You can’t perform that action at this time.
0 commit comments