Skip to content

Commit f2203a9

Browse files
Update main.py
1 parent a7fef52 commit f2203a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import src.handle_form_submit as handle_form
66
from src.errors import KnownError
77
from src.slack import SlackManager
8-
from src.utils import Environment, truncate
9-
8+
from src.utils import truncate
9+
from src.environment import Environment
1010

1111
def handle_email_queue(request):
1212
request_json = request.get_json()

0 commit comments

Comments
 (0)