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 1724c55 commit e03c607Copy full SHA for e03c607
src/cs50/sql.py
@@ -69,6 +69,7 @@ def execute(self, sql, *args, **kwargs):
69
70
# Lazily import
71
import decimal
72
+ import sqlalchemy
73
import sqlparse
74
import termcolor
75
import warnings
0 commit comments