chore: remove outdated FIXME
Some checks failed
build / build (pull_request) Failing after 2m20s
build / build (push) Failing after 2m23s

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
# FIXME: we don't need to compact for int
class Memory(int):
def __new__(cls, value: Union[str, int]) -> "Memory":
if isinstance(value, str):