Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhanming committed Jun 7, 2021
1 parent 7450a1f commit 025d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pair_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from src.config import APP_CONFIG
from src.exceptions import InvalidUserDataException
from src.services import SERVICES
from src.utils import MONTH_ALL_SUMMARY_STRFTIME_FORMAT, get_start_of_week, unwrap
from src.utils import MONTH_ALL_SUMMARY_STRFTIME_FORMAT, unwrap

SINGLE_CONFIRM, LIST_CONFIRM = range(2)
CONFIRM_KEYBOARD = [["Yes"], ["No"]]
Expand Down

0 comments on commit 025d182

Please sign in to comment.