Skip to content

Commit

Permalink
Fix doc import paths (#1933)
Browse files Browse the repository at this point in the history
Since `SimpleClient` was deleted, the new `KafkaClient` currently resides at `kafka.client_async.KafkaClient`... that may get updated in the future, so instead just import the `KafkaClient` from the top-level.
  • Loading branch information
jeffwidman authored Oct 21, 2019
1 parent cb7fd01 commit 736218d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/apidoc/KafkaAdminClient.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KafkaAdminClient
===========

.. autoclass:: kafka.admin.KafkaAdminClient
.. autoclass:: kafka.KafkaAdminClient
:members:
2 changes: 1 addition & 1 deletion docs/apidoc/KafkaClient.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KafkaClient
===========

.. autoclass:: kafka.client.KafkaClient
.. autoclass:: kafka.KafkaClient
:members:

0 comments on commit 736218d

Please sign in to comment.