Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 6d197d7

Browse files
committed
missed async_
1 parent ecbf81f commit 6d197d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/datalab/utils/_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from future.utils import with_metaclass
2424

2525

26-
class _async(with_metaclass(abc.ABCMeta, object)):
26+
class async_(with_metaclass(abc.ABCMeta, object)):
2727
""" Base class for async_function/async_method. Creates a wrapped function/method that will
2828
run the original function/method on a thread pool worker thread and return a Job instance
2929
for monitoring the status of the thread.

0 commit comments

Comments
 (0)