Skip to content

Commit 6ac7d23

Browse files
yigitbeyc24t
authored andcommitted
Fix typo on Readme about AsyncTransport import (census-instrumentation#471)
1 parent ad778ff commit 6ac7d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This example shows how to configure Census to use a background thread:
158158

159159
.. code:: python
160160
161-
from opencensus.common.transport.async_ import AsyncTransport
161+
from opencensus.common.transports.async_ import AsyncTransport
162162
from opencensus.trace.exporters import stackdriver_exporter
163163
from opencensus.trace import tracer as tracer_module
164164

0 commit comments

Comments
 (0)