Import Upstream version 4.12.4
This commit is contained in:
@@ -231,7 +231,7 @@ class Firewall(FirewallBase):
|
||||
def __init__(self, host):
|
||||
"""Initialize with host where firewall changes should be applied"""
|
||||
# break circular dependency
|
||||
from .tasks import get_platform
|
||||
from .tasks import get_platform # pylint: disable=cyclic-import
|
||||
|
||||
self.host = host
|
||||
platform = get_platform(host)
|
||||
|
||||
Reference in New Issue
Block a user