Skip to content

Commit 9c80c46

Browse files
pylintResloved
1 parent 747cea4 commit 9c80c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/common/database/database_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ async def delete_plan_by_plan_id(self, plan_id: str) -> bool:
208208
async def add_mplan(self, mplan: messages.MPlan) -> None:
209209
"""Add a team configuration to the database."""
210210
pass
211+
211212
@abstractmethod
212213
async def update_mplan(self, mplan: messages.MPlan) -> None:
213214
"""Update a team configuration in the database."""

0 commit comments

Comments
 (0)