Remove PermissionError since it shadows the built-in of the same name

This commit is contained in:
Dylan M. Taylor 2021-05-18 08:27:59 -04:00 committed by GitHub
parent f56bfd5ab8
commit c14ee42bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ class HardwareIncompatibilityError(BaseException):
pass
class PermissionError(BaseException):
pass
class UserError(BaseException):
pass