Add metaclass-boilerplate to elb_target lamda test function (#59832)
* Add metaclass-boilerplate to elb_target lamda test function This change makes elb_target pass after #59831
This commit is contained in:
parent
c06751fb26
commit
57e4312a36
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
__metaclass__ = type
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue