Skip to content

Commit 41a573e

Browse files
alixhamiryanmats
authored andcommitted
Remove unused region tag (GoogleCloudPlatform#1618)
1 parent 84b7c1e commit 41a573e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codelabs/flex_and_vision/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START app]
1615
from datetime import datetime
1716
import logging
1817
import os
@@ -127,4 +126,3 @@ def server_error(e):
127126
# This is used when running locally. Gunicorn is used to run the
128127
# application on Google App Engine. See entrypoint in app.yaml.
129128
app.run(host='127.0.0.1', port=8080, debug=True)
130-
# [END app]

0 commit comments

Comments
 (0)