broadinstitute / longbow

Annotation and segmentation of MAS-seq data
https://broadinstitute.github.io/longbow/
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

removed unused imports, fixed f-strings, etc #198

Closed jamestwebber closed 1 year ago

jamestwebber commented 1 year ago

I wanted to get back into working on Longbow and I decided my first PR is to correct the things my IDE is complaining about: unused imports, f-strings without values, and some unused variables. As usual I touched a lot of files but only superficially. Tests all passed for me.