lint: unnecessary-pass
This commit is contained in:
parent
5cdbbd3634
commit
4b18114dd2
1 changed files with 0 additions and 5 deletions
|
|
@ -461,27 +461,22 @@ else:
|
|||
|
||||
class ProtocolViolationException(Exception):
|
||||
"""The writer did something unexpected"""
|
||||
pass
|
||||
|
||||
|
||||
class UnableToPerformRequestException(Exception):
|
||||
"""The writer cannot perform the action requested"""
|
||||
pass
|
||||
|
||||
|
||||
class FileNotAvailableException(Exception):
|
||||
"""The writer cannot read from the current file"""
|
||||
pass
|
||||
|
||||
|
||||
class NoRealtimeFileException(Exception):
|
||||
"""The realtime file doesn't exist, likely because the user hasn't started writing"""
|
||||
pass
|
||||
|
||||
|
||||
class FinishedReadingClosedFileException(Exception):
|
||||
"""The closed file being read is complete and cannot be read further"""
|
||||
pass
|
||||
|
||||
|
||||
class Stenograph(ThreadedStenotypeBase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue