summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/concurrency.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/util/concurrency.py')
-rw-r--r--lib/sqlalchemy/util/concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/concurrency.py b/lib/sqlalchemy/util/concurrency.py
index c44efba62..e26f305d9 100644
--- a/lib/sqlalchemy/util/concurrency.py
+++ b/lib/sqlalchemy/util/concurrency.py
@@ -32,7 +32,7 @@ if not have_greenlet:
)
def await_only(thing): # noqa F811
- return thing
+ _not_implemented()
def await_fallback(thing): # noqa F81
return thing