8000 fix · python/cpython@1bdb28f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bdb28f

Browse files
authored
fix
1 parent 14b8c29 commit 1bdb28f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/sqlite3/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"""
77
import sqlite3
88
import sys
9+
910
from argparse import ArgumentParser
1011
from code import InteractiveConsole
1112
from textwrap import dedent

0 commit comments

Comments
 (0)
0