chore: remove outdated FIXME
This commit is contained in:
parent
76b2a3c104
commit
38f0bc8598
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user