Fix Unused Import
Somehow a change that broke the pep8 linters leaked in so now it seems we are importing re without using it. This pull just removes that. Successfully tested locally, merge once CI passes Change-Id: Ic3aa60e7e8350adc37e67f8c70318761db480df2
This commit is contained in:
parent
c0b769a351
commit
f46a2e32f2
@ -11,7 +11,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
import json
|
||||
import re
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user