We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a4e5c commit d1cf085Copy full SHA for d1cf085
time_tracker_api/api.py
@@ -58,10 +58,6 @@
58
59
api.add_namespace(activities_namespace.ns)
60
61
-from time_tracker_api.technologies import technologies_namespace
62
-
63
-api.add_namespace(technologies_namespace.ns)
64
65
from time_tracker_api.time_entries import time_entries_namespace
66
67
api.add_namespace(time_entries_namespace.ns)
time_tracker_api/technologies/technologies_namespace.py
0 commit comments