Skip to content

Commit

Permalink
[sonic-installer] Import re module (sonic-net#1061)
Browse files Browse the repository at this point in the history
The import re line was removed from the file in sonic-net#953. However, it is still referenced in the update_sonic_environment() function. Adding it back.
  • Loading branch information
jleveque authored Aug 21, 2020
1 parent 56a97a6 commit 17fb378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic_installer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import configparser

import os
import re
import subprocess
import sys
import time
Expand Down

0 comments on commit 17fb378

Please sign in to comment.