ComputationalPhysiology / modelparameters

Library for declaring nested parameteres in Python
https://computationalphysiology.github.io/modelparameters/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Fix formatting of strings #4

Closed finsberg closed 2 years ago

finsberg commented 3 years ago

Most of the strings here are formatted using the "old way". We should convert all strings to f-strings and we should be able to do so automatically using flynt