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
|
||||
|
||||
|
||||
def synchronize(
|
||||
source: str | None = None, target: str | None = None
|
||||
) -> None:
|
||||
def synchronize(source: str | None = None, target: str | None = None) -> None:
|
||||
"""Synchronize output towards a target.
|
||||
|
||||
:param source: where to deploy from
|
||||
|
|
Loading…
Reference in a new issue