Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
SDESK-7442
  • Loading branch information
eos87 committed Dec 8, 2024
1 parent 44ee6d5 commit aea507d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion server/planning/commands/purge_expired_locks_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from bson import ObjectId

from planning.utils import get_service
from superdesk.flask import g
from superdesk.utc import utcnow
from planning.tests import TestCase
from .purge_expired_locks import purge_expired_locks_handler
Expand Down
4 changes: 2 additions & 2 deletions server/planning/events/events_service.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from planning.events.events_base_service import EventsBaseService
import pytz
import itertools
from copy import deepcopy

from copy import deepcopy
from bson import ObjectId
from typing import Any, AsyncGenerator, cast
from datetime import datetime, timedelta
Expand Down Expand Up @@ -43,6 +42,7 @@
get_related_event_ids_for_planning,
get_related_planning_for_events,
)
from planning.events.events_base_service import EventsBaseService

from .events_sync import sync_event_metadata_with_planning_items
from .events_utils import generate_recurring_dates, get_events_embedded_planning
Expand Down

0 comments on commit aea507d

Please sign in to comment.