Skip to content

Commit 79bd908

Browse files
Merge pull request #1142 from manueljacob/chore1
chore: remove unused class attribute
2 parents 82253c3 + 0b477b9 commit 79bd908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/setuptools_scm/hg_git.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424

2525
class GitWorkdirHgClient(GitWorkdir, HgWorkdir):
26-
COMMAND = "hg"
27-
2826
@classmethod
2927
def from_potential_worktree(cls, wd: _t.PathT) -> GitWorkdirHgClient | None:
3028
res = _run(["hg", "root"], cwd=wd).parse_success(parse=Path)

0 commit comments

Comments
 (0)