Skip to content

Commit e27caa7

Browse files
Prajwal  Kiran KumarPrajwal  Kiran Kumar
authored andcommitted
Final changes for multiple codegen
1 parent 7c7c156 commit e27caa7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

servicex_codegen/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def create_app(test_config=None, provided_translator=None):
6161
if 'CODEGEN_CONFIG_FILE' in os.environ:
6262
app.config.from_envvar('CODEGEN_CONFIG_FILE')
6363

64-
app.config['TRANSFORMER_SCIENCE_IMAGE'] = os.environ.get('TRANSFORMER_SCIENCE_IMAGE')
65-
6664
with app.app_context():
6765
translator = provided_translator
6866

servicex_codegen/post_operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import zipfile
3737
from tempfile import TemporaryDirectory
3838

39-
from flask import Response, request, current_app
39+
from flask import Response, current_app, request
4040
from flask_restful import Resource
4141
from requests_toolbelt import MultipartEncoder
4242

0 commit comments

Comments
 (0)