Skip to content

Commit

Permalink
Black had cancelled a change before being disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 23, 2024
1 parent 06228f7 commit 596f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lima_linguisticdata/scripts/xmlforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main():

with (
codecs.open(args.inputfile, "r", "utf-8") as source,
codecs.open(args.outputfile, "a", "utf-8") as out,
codecs.open(args.outputfile, "a", "utf-8") as out
):
form = ""
lemma = ""
Expand Down

0 comments on commit 596f21e

Please sign in to comment.