Skip to content

Commit

Permalink
Fix NameError and remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed Jul 30, 2017
1 parent 2192742 commit 5b8a66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutormail/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import logging
import datetime
import textwrap
import itertools
import traceback

import emailtunnel
from emailtunnel import SMTPForwarder, Message, InvalidRecipient
from emailtunnel.mailhole import MailholeRelayMixin

Expand Down

0 comments on commit 5b8a66c

Please sign in to comment.