Skip to content

Commit 9d09e7b

Browse files
gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052)
1 parent ed44415 commit 9d09e7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_sqlite3/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
22
import unittest
33

4-
if __name__ == "__main__":
5-
unittest.main()
4+
unittest.main()

0 commit comments

Comments
 (0)