flake8: fix warnings for unused imports
This is supposed to expose all primitives together, but to do that we need to actually "use" each variable in `__all__`, which we... didn't. Sorry about that.
This commit is contained in:
parent
ff7d86d05f
commit
14b2457627
|
@ -12,6 +12,8 @@ __all__ = [
|
|||
'MesonVersionStringHolder',
|
||||
'DependencyVariableString',
|
||||
'DependencyVariableStringHolder',
|
||||
'OptionString',
|
||||
'OptionStringHolder',
|
||||
]
|
||||
|
||||
from .array import ArrayHolder
|
||||
|
|
Loading…
Reference in New Issue