Skip to content

Commit

Permalink
style: add blank line in pluginmgr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jul 21, 2024
1 parent e7b2e0f commit 77b39c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipen/pluginmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def get_mtime(job: Job, path: str | PathLike, dirsig: int) -> float:
The last modification time
"""


async def _collect_clear_path(calls: list[SimplugImplCall]) -> bool:
for call in calls:
out = await makecall(call)
Expand Down

0 comments on commit 77b39c9

Please sign in to comment.