Skip to content

Commit

Permalink
fixes from pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 12, 2023
1 parent 7d8ce9f commit e5b0754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blsl/ildemux.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from io import BytesIO
from pathlib import Path
import sys
from sys import stdin
from tqdm import tqdm
from collections import Counter
Expand Down
2 changes: 1 addition & 1 deletion blsl/nstitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def nstitch_main(argv=None):
r2.close()

if __name__ == "__main__":
nstich_main()
nstitch_main()

0 comments on commit e5b0754

Please sign in to comment.