Skip to content

Commit

Permalink
Remove note because fastapi is changing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjduffner committed Jul 31, 2024
1 parent f8b7762 commit fbd20cf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ def instrumentation_dependencies(self) -> Collection[str]:
# The latter is a fork of the former because the former is connected
# to a pypi namespace that the current maintainers cannot access
# https://github.com/dpkp/kafka-python/issues/2431
#
# Unlike what fastapi does, we can't use find_spec here because
# the kafka-python-ng package and the kafka-python package both use the
# spec, "kafka" and not "kafka-python" or "kafka-python-ng"
try:
distribution("kafka-python-ng")
return (_instruments_kafka_python_ng,)
Expand Down

0 comments on commit fbd20cf

Please sign in to comment.