cleanup code
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
"""Type stubs for doc-forge loader package."""
|
||||
|
||||
from typing import Any, Dict, List, Optional, Union
|
||||
from pathlib import Path
|
||||
from docforge.model import Project, Module
|
||||
|
||||
class GriffeLoader:
|
||||
"""Loads Python modules using Griffe introspection."""
|
||||
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
def load_project(self, module_paths: List[str]) -> Project: ...
|
||||
|
||||
def load_module(self, path: str) -> Module: ...
|
||||
|
||||
def resolve_aliases(self, project: Project) -> None: ...
|
||||
Reference in New Issue
Block a user