Skip to content

Commit

Permalink
added empty lines ot satisfy the precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
siqbal1986 authored Oct 20, 2024
1 parent df0f5de commit 53d2f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/vnet_route_check_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ def get(self, key):


db_conns = {"APPL_DB": APPL_DB, "ASIC_DB": ASIC_DB, "COUNTERS_DB": CNTR_DB}


def conn_side_effect(arg, _, __):
return db_conns[arg]

Expand Down

0 comments on commit 53d2f8c

Please sign in to comment.