Convert config.components to a set (#5824)
This commit is contained in:
parent
f3b9fa2f41
commit
c54517de90
44 changed files with 118 additions and 104 deletions
|
@ -1047,7 +1047,7 @@ class Config(object):
|
|||
self.skip_pip = False # type: bool
|
||||
|
||||
# List of loaded components
|
||||
self.components = []
|
||||
self.components = set()
|
||||
|
||||
# Remote.API object pointing at local API
|
||||
self.api = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue