chore: remove outdated FIXME

This commit is contained in:
李衍志523370910113 2025-03-05 15:21:35 +08:00
parent 76b2a3c104
commit 38f0bc8598

View File

@ -3,7 +3,6 @@ from typing import Union
import humanfriendly import humanfriendly
# FIXME: we don't need to compact for int
class Memory(int): class Memory(int):
def __new__(cls, value: Union[str, int]) -> "Memory": def __new__(cls, value: Union[str, int]) -> "Memory":
if isinstance(value, str): if isinstance(value, str):