Skip to content

Commit

Permalink
Move priority_router related code to minecode/collectors #515
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Aug 9, 2024
1 parent 59ceeab commit 38d4a7e
Show file tree
Hide file tree
Showing 30 changed files with 2,082 additions and 1,986 deletions.
4 changes: 2 additions & 2 deletions minecode/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from rest_framework.response import Response

# UnusedImport here!
# But importing the miners module triggers routes registration
from minecode import miners # NOQA
# But importing the collectors module triggers routes registration
from minecode import collectors # NOQA
from minecode import priority_router
from minecode.models import PriorityResourceURI, ResourceURI, ScannableURI
from minecode.permissions import IsScanQueueWorkerAPIUser
Expand Down
File renamed without changes.
Loading

0 comments on commit 38d4a7e

Please sign in to comment.