Skip to content

Commit c02392a

Browse files
committed
rm async
1 parent 3562640 commit c02392a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/postgres-database/src/simcore_postgres_database/utils_groups_extra_properties.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ class GroupExtraProperties(FromRowMixin):
4343
enable_efs: bool
4444

4545

46-
async def _list_table_entries_ordered_by_group_type_stmt(
47-
user_id: int, product_name: str
48-
):
46+
def _list_table_entries_ordered_by_group_type_stmt(user_id: int, product_name: str):
4947
return (
5048
sa.select(
5149
groups_extra_properties,

0 commit comments

Comments
 (0)