mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Run make format
This commit is contained in:
+1
-2
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user