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
|
pass
|
||||||
|
|
||||||
|
|
||||||
class PermissionError(BaseException):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class UserError(BaseException):
|
class UserError(BaseException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue