Skip to content

Commit

Permalink
Rename service module to follow projects convention
Browse files Browse the repository at this point in the history
SDESK-7456
  • Loading branch information
eos87 committed Dec 13, 2024
1 parent 3bfad45 commit 4349b1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/planning/planning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .planning_files import PlanningFilesResource, PlanningFilesService

from .module import planning_resource_config
from .service import PlanningAsyncService
from .planning_service import PlanningAsyncService


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion server/planning/planning/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from planning.types import PlanningResourceModel

from .service import PlanningAsyncService
from .planning_service import PlanningAsyncService

planning_resource_config = ResourceConfig(
name="planning",
Expand Down
File renamed without changes.

0 comments on commit 4349b1a

Please sign in to comment.