Skip to content

Commit 31c3dc2

Browse files
Jammy2211claude
authored andcommitted
chore: delete dead pyautoheart/ compat shim (Pulse retirement leftover)
The pyautoheart/ package was a 6-line 'from heart import *' shim created by the PyAutoPulse->PyAutoHeart rename (#18) and missed by the Phase-2 compat-surface retirement (#28). Zero importers workspace-wide; the distribution name in pyproject.toml is unchanged. Closes #80. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 0319c1a commit 31c3dc2

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

pyautoheart/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev = [
1919
]
2020

2121
[tool.setuptools.packages.find]
22-
include = ["heart*", "pyautoheart*"]
22+
include = ["heart*"]
2323

2424
[tool.pytest.ini_options]
2525
testpaths = ["tests"]

0 commit comments

Comments
 (0)