WIP: I HATE PYTHON
This commit is contained in:
@@ -17,9 +17,9 @@ import re
|
||||
import glob
|
||||
from pathlib import Path, PureWindowsPath
|
||||
from typing import Any, cast
|
||||
import summarize
|
||||
import project_manager
|
||||
from file_cache import ASTParser
|
||||
from src import summarize
|
||||
from src import project_manager
|
||||
from src.file_cache import ASTParser
|
||||
|
||||
def find_next_increment(output_dir: Path, namespace: str) -> int:
|
||||
pattern = re.compile(rf"^{re.escape(namespace)}_(\d+)\.md$")
|
||||
|
||||
Reference in New Issue
Block a user