bluesky / suitcase-specfile

write text file such as output by SPEC
Other
0 stars 8 forks source link

Use f-strings instead of jinja2 #1

Open danielballan opened 5 years ago

danielballan commented 5 years ago

The original implementation (in suitcase v0.7.0, before suitcase was restructured) was written before Python 3.6 and f-strings. It might be easy to remove the jinja2 depedency and potentially simplify the code by using f-strings instead.