Intermediate commit
This commit is contained in:
@@ -36,7 +36,7 @@ public partial class MycroForge
|
||||
"",
|
||||
"\tasync def list(self, value: str) -> List[Entity]:",
|
||||
"\t\tasync with async_session() as session:",
|
||||
"\t\t\t# stmt = select(User).where(Entity.value == value)",
|
||||
"\t\t\t# stmt = select(Entity).where(Entity.value == value)",
|
||||
"\t\t\t# results = (await session.scalars(stmt)).all()",
|
||||
"\t\t\t# return results",
|
||||
"\t\t\tpass",
|
||||
|
||||
Reference in New Issue
Block a user