Remove PermissionError since it shadows the built-in of the same name
This commit is contained in:
parent
f56bfd5ab8
commit
c14ee42bff
|
|
@ -29,10 +29,6 @@ class HardwareIncompatibilityError(BaseException):
|
|||
pass
|
||||
|
||||
|
||||
class PermissionError(BaseException):
|
||||
pass
|
||||
|
||||
|
||||
class UserError(BaseException):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue