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 6980619 commit 6cb0432Copy full SHA for 6cb0432
Lib/sqlite3/__main__.py
@@ -61,7 +61,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
61
if source[0] == ".":
62
match source[1:].strip():
63
case "version":
64
- print(f"{sqlite3.sqlite_version}")
+ print(sqlite3.sqlite_version)
65
case "help":
66
print("Enter SQL code and press enter.")
67
case "quit":
0 commit comments