Cleanup: declare __all__ for many scripts in tools/
This commit is contained in:
@@ -12,6 +12,10 @@ Example:
|
||||
git_sort_commits.py < commits.txt
|
||||
"""
|
||||
|
||||
__all__ = (
|
||||
"main",
|
||||
)
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user