We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c9ab2 commit 09f4bf5Copy full SHA for 09f4bf5
1 file changed
pg-cache-storage/pg_cache_storage/__init__.py
@@ -131,4 +131,4 @@ def clear(self) -> None:
131
"""Delete all entries from the cache table."""
132
with self._get_connection() as conn:
133
conn.execute("DELETE FROM %s" % self.table_name)
134
- conn.commit()
+ conn.commit()
0 commit comments