Add linting function for RingBuf.discard

This commit is contained in:
Pragyansh Chaturvedi
2025-11-12 01:30:15 +05:30
parent 5eaeb3e921
commit 1d7a436c9f

View File

@ -48,4 +48,7 @@ class RingBuffer:
def submit(self, data, flags=0):
pass
def discard(self, data, flags=0):
pass
# add discard, output and also give names to flags and stuff