fix: remove broken symlink in archive/ktransformers/ (#1906)

The symlink `archive/ktransformers/ktransformers` points to
`/home/djw/py311_717/ktransformers/ktransformers`, an absolute path
on a developer's local machine. It was introduced in #1581 during the
repository restructuring and is broken on every other machine.

Tools that recursively copy the repo tree (e.g. shutil.copytree)
fail with FileNotFoundError on this dangling link.
This commit is contained in:
acture 2026-04-09 11:42:19 +08:00 committed by GitHub
parent ad19a3e653
commit 9b2d3b687b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +0,0 @@
/home/djw/py311_717/ktransformers/ktransformers