Skip to content

Commit

Permalink
One character left to comply with flake8...
Browse files Browse the repository at this point in the history
  • Loading branch information
txomon committed Apr 29, 2016
1 parent 16b423e commit 0bef535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apscheduler/executors/asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
real_asyncio = False
except ImportError:
raise ImportError(
'AsyncIOScheduler requires either Python 3.4 or the asyncio/trollius package installed')
'AsyncIOScheduler requires either Python 3.4 or the asyncio/trollius package installed'
)

from apscheduler.events import JobExecutionEvent, EVENT_JOB_ERROR, EVENT_JOB_EXECUTED
from apscheduler.executors.base import BaseExecutor, job_runtime
Expand Down

0 comments on commit 0bef535

Please sign in to comment.