Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Wulian233 authored Jan 26, 2025
commit 1bdb28f1f4b3e884b0bda5baa057e81a3f40d1c6
1 change: 1 addition & 0 deletions Lib/sqlite3/__main__.py
Comment thread
Wulian233 marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""
import sqlite3
import sys

from argparse import ArgumentParser
from code import InteractiveConsole
from textwrap import dedent
Expand Down