Skip to content

Commit 32714d1

Browse files
committed
[Junos] Run black on junos.py
1 parent 1a7a08b commit 32714d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napalm/junos/junos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def _load_candidate(self, filename, config, overwrite):
240240
with open(filename) as f:
241241
try:
242242
configuration = etree.parse(f).getroot()
243-
fmt = 'xml'
243+
fmt = "xml"
244244
except lxml.etree.XMLSyntaxError:
245245
configuration = f.read()
246246

0 commit comments

Comments
 (0)