Run make format

This commit is contained in:
Jeremy Singer-Vine
2025-06-11 23:26:09 -04:00
parent cd6fd70fe1
commit 3e0d4df54a
+1 -2
View File
@@ -8,9 +8,8 @@ from typing import Any, DefaultDict, Dict, List
from .pdf import PDF
if len(sys.argv) == 1:
sys.argv.append('--help')
sys.argv.append("--help")
def parse_page_spec(p_str: str) -> List[int]: