mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
pep8
This commit is contained in:
parent
0496ba7a00
commit
08d2e10cb9
@ -172,7 +172,6 @@ class CsAcl(CsDataBag):
|
||||
else:
|
||||
self.init_vr(self, direction, acl, rule, config)
|
||||
|
||||
|
||||
def init_vpc(self, direction, acl, rule, config):
|
||||
self.table = ""
|
||||
self.device = acl.device
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
from pprint import pprint
|
||||
import copy
|
||||
|
||||
|
||||
def merge(dbag, data):
|
||||
dbagc = copy.deepcopy(dbag)
|
||||
if "rules" not in data:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user