Skip to content

Commit 346b82a

Browse files
authored
fix: resolve lint issue with import order.
1 parent b4b058d commit 346b82a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

background/app/main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
import json
2121
import os
2222

23-
from flask import Flask, redirect, render_template, request, escape
24-
from google.cloud import firestore
25-
from google.cloud import pubsub
23+
from flask import escape, Flask, redirect, render_template, request
24+
from google.cloud import firestore, pubsub
2625

2726

2827
app = Flask(__name__)

0 commit comments

Comments
 (0)