We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41503a3 commit cd128d2Copy full SHA for cd128d2
1 file changed
src/cs50/sql.py
@@ -66,7 +66,7 @@ def connect(dbapi_connection, connection_record):
66
67
def execute(self, sql, *args, **kwargs):
68
"""Execute a SQL statement."""
69
-
+
70
# Lazily import
71
import decimal
72
import re
0 commit comments