Skip to content

Commit

Permalink
fixed a runtime error caused by incorrect imports (#4931)
Browse files Browse the repository at this point in the history
  • Loading branch information
DBa2016 authored and mjmadsen committed Aug 30, 2016
1 parent 9e81c6e commit 5858a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pokemongo_bot/cell_workers/telegram_task.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import datetime
from datetime import datetime
from datetime import timedelta
import telegram
import os
import logging
Expand Down

0 comments on commit 5858a02

Please sign in to comment.