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:
Anton Hvornum 2021-05-18 12:31:46 +00:00 committed by GitHub
commit 92a04819b2
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