Skip to content

Commit

Permalink
Added telemetry tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Sep 11, 2024
1 parent 9b773f6 commit f80c4cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/databricks/labs/pytester/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from databricks.sdk.core import with_user_agent_extra

from databricks.labs.pytester.__about__ import __version__

with_user_agent_extra("pytester", __version__)

0 comments on commit f80c4cd

Please sign in to comment.