Skip to content

Commit cf53a4d

Browse files
blazraSTmoucha19-st
authored andcommitted
Remove unused types
1 parent 737877b commit cf53a4d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

compost_rpc/compost_rpc.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -216,20 +216,6 @@ def __add__(self, other: "MemUnit") -> "MemUnit":
216216
return MemUnit(self.bits + other.bits)
217217

218218

219-
class CompostSlice(bytes):
220-
"""Represents dynamically sized array of U8"""
221-
222-
size = MemUnit()
223-
fmt = ""
224-
225-
226-
class CompostString(str):
227-
"""String based on the compost_slice_u8"""
228-
229-
size = MemUnit()
230-
fmt = ""
231-
232-
233219
class U64(int):
234220
"""64-bit unsigned integer"""
235221

0 commit comments

Comments
 (0)