Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MothScientist committed Jan 1, 2025
1 parent f35d7a8 commit 7ee954d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions budget_graph/db_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ def get_group_users_data(self, group_id: int) -> list:
"""
:return: list (empty or with usernames of group members and last_login row)
"""
# TODO - покрыть тестами
try:
with self.__conn as conn:
with conn.cursor() as cur:
Expand Down Expand Up @@ -745,7 +744,6 @@ def update_group_owner(self, new_owner_telegram_id: int, group_id: int) -> bool:
f"group_id: {group_id}")
return False

def delete_username_from_group_by_telegram_id(self, telegram_id: int) -> bool:
def delete_user_from_group_by_telegram_id(self, telegram_id: int) -> bool:
try:
with self.__conn as conn:
Expand Down

0 comments on commit 7ee954d

Please sign in to comment.