Add annotations to eden/scm/edenscm/hooks.py

Reviewed By: zzl0

Differential Revision: D44814520

fbshipit-source-id: 4e04c45bdca7171d812c5616993932ea7d8237f2
This commit is contained in:
generatedunixname89002005307016 2023-04-12 09:32:23 -07:00 committed by Facebook GitHub Bot
parent c9c51e6fa4
commit 6579e0b911

View File

@ -8,7 +8,7 @@
from . import util
def backgroundfsync(ui, repo, hooktype, **kwargs):
def backgroundfsync(ui, repo, hooktype, **kwargs) -> None:
"""run fsync in background
Example config::