Skip to content

Commit 0b477b9

Browse files
committed
chore: remove unused class attribute
1 parent 90f5a17 commit 0b477b9

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
@@ -24,8 +24,6 @@
2424

2525

2626
class GitWorkdirHgClient(GitWorkdir, HgWorkdir):
27-
COMMAND = "hg"
28-
2927
@classmethod
3028
def from_potential_worktree(cls, wd: _t.PathT) -> GitWorkdirHgClient | None:
3129
require_command("hg")

0 commit comments

Comments
 (0)