diff --git a/apt-sync.py b/apt-sync.py index d53d25b..9bc5e11 100755 --- a/apt-sync.py +++ b/apt-sync.py @@ -142,8 +142,7 @@ def apt_mirror( repo: str, arch: str, dest_base_dir: Path, - deb_set: Dict[str, int, - ], + deb_set: Dict[str, int,], skip_checksum: bool ) -> int: if not dest_base_dir.is_dir():