Cleanup: declare __all__ for Python scripts
Declare all to make public public API's explicit and help detect unused code.
This commit is contained in:
@@ -53,6 +53,9 @@ API dump format:
|
||||
]
|
||||
|
||||
"""
|
||||
__all__ = (
|
||||
"main",
|
||||
)
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user