Skip to content
Snippets Groups Projects
Unverified Commit 9d09e7b0 authored by Erlend Egeberg Aasland's avatar Erlend Egeberg Aasland Committed by GitHub
Browse files

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

parent ed444156
Branches
Tags
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.
Please register or to comment