Skip to content

Commit 6cb0432

Browse files
Benedikts suggestion
1 parent 6980619 commit 6cb0432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
6161
if source[0] == ".":
6262
match source[1:].strip():
6363
case "version":
64-
print(f"{sqlite3.sqlite_version}")
64+
print(sqlite3.sqlite_version)
6565
case "help":
6666
print("Enter SQL code and press enter.")
6767
case "quit":

0 commit comments

Comments
 (0)