We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd344b3 commit 4b98feeCopy full SHA for 4b98fee
netjsonconfig/backends/airos/renderers.py
@@ -5,6 +5,6 @@ class AirOsRenderer(BaseRenderer):
5
6
def cleanup(self, output):
7
stripped = [
8
- a.strip() for a in output.splitlines() if a.strip()
9
- ]
+ a.strip() for a in output.splitlines() if a.strip()
+ ]
10
return '\n'.join(stripped)
0 commit comments