Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Mar 12, 2024
1 parent c631f97 commit 5a9197f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from search.examples.example_consume_publish_with_key.test_app import (
test_point_was_incremented,
test_point_was_incremented
)

__all__ = ("test_point_was_incremented",)
__all__ = ("test_point_was_incremented")

0 comments on commit 5a9197f

Please sign in to comment.