Skip to content

Commit

Permalink
Fixed flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 3, 2016
1 parent 72e75a9 commit a69c556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apscheduler/triggers/interval.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from datetime import timedelta, datetime
from math import ceil

import six
from tzlocal import get_localzone

from apscheduler.triggers.base import BaseTrigger
Expand Down

0 comments on commit a69c556

Please sign in to comment.