Skip to content

Commit

Permalink
fix: don't make appmap a module
Browse files Browse the repository at this point in the history
Remove appmap/__init__.py so python doesn't see it as a module that can
be imported. It's not ever imported, and making it a module breaks the
python agent (which also has an "appmap" module).
  • Loading branch information
apotterri committed Jun 24, 2024
1 parent 9e54e48 commit 5f743a4
Showing 1 changed file with 0 additions and 0 deletions.
Empty file removed appmap/__init__.py
Empty file.

0 comments on commit 5f743a4

Please sign in to comment.