diff --git a/.sample_configs/implementations.py b/.sample_configs/implementations.py index f95d79adf2..f84abefbe2 100644 --- a/.sample_configs/implementations.py +++ b/.sample_configs/implementations.py @@ -13,6 +13,9 @@ # limitations under the License. # +import base64 + + def read_file(filename): with open(filename, 'rb') as f: file_content = f.read()