Skip to content

Commit

Permalink
Removed reference to previous service file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMwangi21 committed Dec 10, 2024
1 parent 4840a76 commit b5508e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/planning/commands/flag_expired_items_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

from bson.objectid import ObjectId

from planning.events.service import EventsAsyncService
from planning.planning.service import PlanningAsyncService
from planning.events import EventsAsyncService
from planning.planning import PlanningAsyncService
from superdesk import get_resource_service
from superdesk.utc import utcnow

Expand Down

0 comments on commit b5508e5

Please sign in to comment.