Skip to content
Merged
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
Revert "Address review: remove useless import"
This reverts commit 35f6334 and adds a comment on why it was needed
  • Loading branch information
Erlend E. Aasland committed Oct 29, 2021
commit 52b9164bd53a009188635fde66eb9bfa003cadef
1 change: 1 addition & 0 deletions Lib/test/test_sqlite3/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from test.test_sqlite3 import load_tests # needed for the load_tests protocol
Comment thread
brettcannon marked this conversation as resolved.
Outdated
import unittest

if __name__ == "__main__":
Expand Down