Remove f-string to improve compatibility on older python 3.
0.7
Improve support for integral and boolean tensors: On some versions of PyTorch `torch.isinf` and `torch.isnan` does not support integral or boolean tensor well, this leads to `REPR FAIL` in TorchSnooper. This problem is fixed in this version.