Skip to content

Commit a7b89fa

Browse files
pylintresolved
1 parent 9c80c46 commit a7b89fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/common/database/database_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +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-
211+
212212
@abstractmethod
213213
async def update_mplan(self, mplan: messages.MPlan) -> None:
214214
"""Update a team configuration in the database."""

0 commit comments

Comments
 (0)