Skip to content

Commit

Permalink
Update device.py
Browse files Browse the repository at this point in the history
Black tool related formatting
  • Loading branch information
rahkumar651991 authored Oct 12, 2021
1 parent 27ee9bb commit 9a08d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jnpr/junos/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ def __new__(cls, *args, **kwargs):
or kwargs.get("cs_user") is not None
):
from jnpr.junos.console import Console

if kwargs.get("conn_open_timeout", None):
# Console already supports timeout while opening connections
# via `timeout` parameter. Refer `Console` documentation
Expand Down Expand Up @@ -1213,7 +1214,7 @@ def __init__(self, *vargs, **kvargs):
:param bool huge_tree:
*OPTIONAL* parse XML with very deep trees and long text content.
default is ``False``.
"""

# ----------------------------------------
Expand Down

0 comments on commit 9a08d37

Please sign in to comment.