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 13, 2024
1 parent 7d92352 commit 7c64de1
Show file tree
Hide file tree
Showing 30 changed files with 2,110 additions and 2,095 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 7c64de1

Please sign in to comment.