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

(cherry picked from commit 9d09e7b026)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Miss Islington (bot) 2022-07-20 10:01:58 -07:00 committed by GitHub
parent 6cc9489a3a
commit 2ac1096423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol. from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
import unittest import unittest
if __name__ == "__main__": unittest.main()
unittest.main()