src/pydolphinscheduler/resources_plugin/base/git.py [61:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        user: str | None = None,
        repo_name: str | None = None,
        branch: str | None = None,
        file_path: str | None = None,
        *args,
        **kwargs,
    ):
        super().__init__(
            user=user,
            repo_name=repo_name,
            branch=branch,
            file_path=file_path,
            *args,
            **kwargs,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pydolphinscheduler/resources_plugin/base/git.py [91:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        user: str | None = None,
        repo_name: str | None = None,
        branch: str | None = None,
        file_path: str | None = None,
        *args,
        **kwargs,
    ):
        super().__init__(
            user=user,
            repo_name=repo_name,
            branch=branch,
            file_path=file_path,
            *args,
            **kwargs,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



