mercurial/i18n.py
changeset 51287 f4a0806081f2
parent 51285 8b2ea2246a5f
child 51686 493034cc3265
--- a/mercurial/i18n.py	Wed Dec 20 16:39:03 2023 +0100
+++ b/mercurial/i18n.py	Wed Dec 20 22:17:03 2023 +0100
@@ -12,7 +12,6 @@
 import sys
 
 from typing import (
-    Callable,
     List,
 )
 
@@ -22,12 +21,6 @@
     pycompat,
 )
 
-# keeps pyflakes happy
-assert [
-    Callable,
-    List,
-]
-
 # modelled after templater.templatepath:
 if getattr(sys, 'frozen', None) is not None:
     module = pycompat.sysexecutable