jjhelmus / nmrglue

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

Use f-strings where possible #205

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

It's faster.

Also a couple small changes here and there.

jjhelmus commented 1 year ago

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