We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fef52 commit f2203a9Copy full SHA for f2203a9
1 file changed
main.py
@@ -5,8 +5,8 @@
5
import src.handle_form_submit as handle_form
6
from src.errors import KnownError
7
from src.slack import SlackManager
8
-from src.utils import Environment, truncate
9
-
+from src.utils import truncate
+from src.environment import Environment
10
11
def handle_email_queue(request):
12
request_json = request.get_json()
0 commit comments