gh-81057: Fix indent. (gh-92267)

This commit is contained in:
Eric Snow 2022-05-03 15:44:52 -06:00 committed by GitHub
parent 6dee69577a
commit 1f631ae3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1515,7 +1515,7 @@ class Declarations:
def get(self, key, default=None):
try:
return self[key]
return self[key]
except KeyError:
return default