Skip to content

Commit 2ac1096

Browse files
gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052)
(cherry picked from commit 9d09e7b) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 6cc9489 commit 2ac1096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_sqlite3/__main__.py

+1-2
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)