hgext/fastannotate/context.py
changeset 51690 493034cc3265
parent 50929 18c8c18993f0
child 51700 7f0cb9ee0534
--- a/hgext/fastannotate/context.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/fastannotate/context.py	Thu Jul 18 12:36:12 2024 +0200
@@ -38,6 +38,7 @@
     revmap as revmapmod,
 )
 
+
 # given path, get filelog, cached
 @util.lrucachefunc
 def _getflog(repo, path):