issues
search
wireservice
/
csvkit
A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k
stars
603
forks
source link
language updates including f-strings and more reliable callable() function
#1197
Closed
marksmayo
closed
1 year ago
marksmayo
commented
1 year ago
converted some strings to f-strings
simplified a conditional
replaced unreliable hasattr(ob, __call) with callable(obj)
removed unnecessary brackets
jpmckinney
commented
1 year ago
Thanks!