Commit dccaef6
committed
Remove unused require of chrondb.storage.protocol from API v1 routes
This change eliminates a redundant require statement for `chrondb.storage.protocol` in `src/chrondb/api/v1/routes.clj`. The protocol is not referenced within this namespace, so removing it reduces linting noise and unnecessary coupling. All routing and handler code remains intact and fully functional.
Signed-off-by: Avelino <[email protected]>1 parent 9205584 commit dccaef6
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments