Afraid not. I tried doing `from strfmt import nil` and then the line you
posted. After all, I'm only _using_ `fmt`, right? No. It told me:
Error: undeclared identifier: 'ftDec'
So I changed the import to include that. Then it complained about `faDefault`, so I added that, then `fsMinus`, so I added that too, and added `addformat` for good measure. After that, I'm back to the cryptic message I mentioned above, with the `expected one of:` with the myriad `addformat` variants.
