lint
This commit is contained in:
parent
c481b2168c
commit
924e44a9d9
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ from spcd.ci import project, projects
|
||||||
from spcd.shell import env
|
from spcd.shell import env
|
||||||
|
|
||||||
|
|
||||||
def synchronize(
|
def synchronize(source: str | None = None, target: str | None = None) -> None:
|
||||||
source: str | None = None, target: str | None = None
|
|
||||||
) -> None:
|
|
||||||
"""Synchronize output towards a target.
|
"""Synchronize output towards a target.
|
||||||
|
|
||||||
:param source: where to deploy from
|
:param source: where to deploy from
|
||||||
|
|
Loading…
Reference in a new issue