summaryrefslogtreecommitdiff
path: root/src/apscheduler
diff options
context:
space:
mode:
Diffstat (limited to 'src/apscheduler')
-rw-r--r--src/apscheduler/eventbrokers/asyncpg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apscheduler/eventbrokers/asyncpg.py b/src/apscheduler/eventbrokers/asyncpg.py
index b98488d..5666392 100644
--- a/src/apscheduler/eventbrokers/asyncpg.py
+++ b/src/apscheduler/eventbrokers/asyncpg.py
@@ -61,6 +61,7 @@ class AsyncpgEventBroker(LocalAsyncEventBroker, DistributedEventBrokerMixin):
Create a new asyncpg event broker from an SQLAlchemy engine.
:param engine: an asynchronous SQLAlchemy engine using asyncpg as the driver
+ :type engine: ~sqlalchemy.ext.asyncio.AsyncEngine
:param kwargs: keyword arguments to pass to the initializer of this class
:return: the newly created event broker