Cleanup: suppress unused Python warnings
Suppress unused warnings using the "vulture" utility. - Include public definitions in the modules `__all__`. - Mark arguments & variables as unused with a "_" prefix.
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
__all__ = (
|
||||
"autocomplete",
|
||||
"banner",
|
||||
"execute",
|
||||
"language_id",
|
||||
)
|
||||
|
||||
import sys
|
||||
import bpy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user