Skip to content
Snippets Groups Projects
Unverified Commit 2ac10964 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052)


(cherry picked from commit 9d09e7b0)

Co-authored-by: default avatarErlend Egeberg Aasland <erlend.aasland@protonmail.com>
parent 6cc9489a
No related branches found
No related tags found
No related merge requests found
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
import unittest
if __name__ == "__main__":
unittest.main()
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment