@@ -879,9 +879,9 @@ def init_logger(logname: str,
879879
880880def known_devtypes () -> list :
881881 """Returns the list of known dev types"""
882- return (['cumulus' , 'eos' , 'iosxe' , 'iosxr' , 'ios' , 'junos-mx' , 'junos-qfx ' ,
883- 'junos-qfx10k ' , 'junos-ex ' , 'junos-es ' , 'junos-evo ' , 'linux ' ,
884- 'nxos' , 'sonic' , 'panos' ])
882+ return (['cumulus' , 'eos' , 'iosxe' , 'iosxr' , 'ios' , 'junos-mx' ,
883+ 'junos-qfx ' , 'junos-qfx10k ' , 'junos-ex ' , 'junos-es ' , 'junos-evo ' ,
884+ 'linux' , 'nxos' , 'sonic' , 'panos' ])
885885
886886
887887def humanize_timestamp (field : pd .Series , tz = None ) -> pd .Series :
@@ -1108,6 +1108,7 @@ def deprecated_command_warning(dep_command: str, dep_sub_command: str,
11081108 sub_command (str, optional): subcommand to use instead.
11091109 Defaults to None.
11101110
1111+
11111112 Returns:
11121113 str: deprecated command warning message
11131114 """
@@ -1122,7 +1123,7 @@ def get_default_per_vals() -> Dict:
11221123 Returns:
11231124 Dict: mapping between type and default value
11241125 """
1125- return ({
1126+ return ({
11261127 pa .string (): "" ,
11271128 pa .int32 (): 0 ,
11281129 pa .int64 (): 0 ,
0 commit comments