Skip to content

Commit

Permalink
Indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoopKamath authored Oct 7, 2024
1 parent 360a1f2 commit 37a7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_xcvr/api/public/cmis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def get_lpmode(self):
return True
return False

def wait_time_condition(self, condition_func, expected_state, duration_ms, delay_retry):
def wait_time_condition(self, condition_func, expected_state, duration_ms, delay_retry):
'''
This function will wait and retry based on
condition function state and delay provided
Expand Down

0 comments on commit 37a7462

Please sign in to comment.