We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3d9a1 commit eb9993dCopy full SHA for eb9993d
ginza/analyzer.py
@@ -84,7 +84,7 @@ def analyze(
84
if hash_comment == "print":
85
return ((line,),)
86
elif hash_comment == "skip":
87
- return (((),),)
+ return ((),)
88
if line == "":
89
return (("",),)
90
if output_format in ["0", "conllu"]:
0 commit comments