فهرست منبع

Remove unused function

jherve 1 سال پیش
والد
کامیت
07b3f576fd
1فایلهای تغییر یافته به همراه0 افزوده شده و 9 حذف شده
  1. 0 9
      src/de_quoi_parle_le_monde/storage.py

+ 0 - 9
src/de_quoi_parle_le_monde/storage.py

@@ -595,15 +595,6 @@ class Storage:
                 for a in main_articles
                 for a in main_articles
             ]
             ]
 
 
-    async def select_from(self, table):
-        async with self.conn as conn:
-            return await conn.execute_fetchall(
-                f"""
-                    SELECT *
-                    FROM {table}
-                """,
-            )
-
     async def _insert_or_get(
     async def _insert_or_get(
         self,
         self,
         insert_stmt: str,
         insert_stmt: str,