jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
208 stars 84 forks source link

Use f-strings where possible #205

Closed DimitriPapadopoulos closed 7 months ago

DimitriPapadopoulos commented 9 months ago

It's faster.

Also a couple small changes here and there.

jjhelmus commented 7 months ago

Thanks @DimitriPapadopoulos for the PR. I like how f-string make the message more understandable.