dev #10
|  | @ -3,7 +3,6 @@ from typing import Union | |||
| import humanfriendly | ||||
| 
 | ||||
| 
 | ||||
| # FIXME: we don't need to compact for int | ||||
| class Memory(int): | ||||
| 
					
					jon-lee marked this conversation as resolved
					
						
						
							Outdated
						
					
				 | ||||
|     def __new__(cls, value: Union[str, int]) -> "Memory": | ||||
|         if isinstance(value, str): | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
what compact?
no int input, should be done already, so it can be removed. I added that several commit before before you removed that 😇