This ``` >>> '{}'.format(DataSize(1)) >>> '1B ' ``` should work more like ``` >>> '{}'.format(DataSize(1)) >>> '1B' ```