mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Clean up extra spaces last one (#7904)
Although these errors are not important, they affect the code specification.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
approvers:
|
approvers:
|
||||||
- woopstar
|
- woopstar
|
||||||
- ant31
|
- ant31
|
||||||
reviewers:
|
reviewers:
|
||||||
- woopstar
|
- woopstar
|
||||||
- ant31
|
- ant31
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class Data:
|
|||||||
self.db = Base(':memory:')
|
self.db = Base(':memory:')
|
||||||
self.db.create('container_manager', 'network_plugin', 'operating_system')
|
self.db.create('container_manager', 'network_plugin', 'operating_system')
|
||||||
|
|
||||||
|
|
||||||
def set(self, container_manager, network_plugin, operating_system):
|
def set(self, container_manager, network_plugin, operating_system):
|
||||||
self.db.insert(container_manager=container_manager, network_plugin=network_plugin, operating_system=operating_system)
|
self.db.insert(container_manager=container_manager, network_plugin=network_plugin, operating_system=operating_system)
|
||||||
self.db.commit()
|
self.db.commit()
|
||||||
|
|||||||
Reference in New Issue
Block a user