Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a period
  • Loading branch information
brettcannon authored Oct 29, 2021
commit 200d2fc48ed718df051a62eee4331151eb21f6d0
2 changes: 1 addition & 1 deletion Lib/test/test_sqlite3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
import sqlite3

# Implement the unittest "load tests" protocol
# Implement the unittest "load tests" protocol.
def load_tests(*args):
pkg_dir = os.path.dirname(__file__)
return load_package_tests(pkg_dir, *args)
Comment thread
erlend-aasland marked this conversation as resolved.
Expand Down