Skip to content

Commit

Permalink
Remove unused arguments to dotm()
Browse files Browse the repository at this point in the history
  • Loading branch information
winpat committed Feb 17, 2025
1 parent 1a9b7a1 commit 4f8787b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dotm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def get_relevant_files(config: dict) -> list[Dotfile]:
return relevant


def dotm(
config: dict, source_dir: Path, target_dir: Path
) -> tuple[list[Dotfile], list[Dotfile]]:
def dotm(config: dict) -> tuple[list[Dotfile], list[Dotfile]]:
"""Link relevant dotfiles according to .dotrc configuration."""

try:
Expand Down

0 comments on commit 4f8787b

Please sign in to comment.