Skip to content

Commit

Permalink
Fix python expception of missing subprocess (#5503)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Dosi <[email protected]>
  • Loading branch information
abdosi authored Oct 2, 2020
1 parent 8418bd3 commit c0bbb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-py-common/sonic_py_common/multi_asic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import glob
import os
import subprocess

from natsort import natsorted
from swsssdk import ConfigDBConnector
Expand Down

0 comments on commit c0bbb7b

Please sign in to comment.