Merge pull request #470 from dylanmtaylor/patch-4
Remove PermissionError since it shadows the built-in of the same name
This commit is contained in:
commit
92a04819b2
|
|
@ -29,10 +29,6 @@ class HardwareIncompatibilityError(BaseException):
|
|||
pass
|
||||
|
||||
|
||||
class PermissionError(BaseException):
|
||||
pass
|
||||
|
||||
|
||||
class UserError(BaseException):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue