Skip to content

Commit

Permalink
Drop BufferOverflow class
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Aug 3, 2020
1 parent 34a5b61 commit 1bfe4b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions py7zr/helpers.py
Expand Up @@ -360,10 +360,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
pass


class BufferOverflow(Exception):
pass


class Buffer:

def __init__(self, size: int = 16):
Expand Down

0 comments on commit 1bfe4b2

Please sign in to comment.