Skip to content

Commit

Permalink
fix: Python 3.9 introduced additional pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scottarc committed Oct 14, 2020
1 parent deb4036 commit 034964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk_cli/internal/mypy_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
"""Complex type constructions for use with mypy annotations."""
# mypy types confuse pylint: disable=invalid-name
# mypy types confuse pylint: disable=invalid-name, unsubscriptable-object
try: # Python 3.5.0 and 3.5.1 have incompatible typing modules
import sys
from typing import IO, Dict, List, Text, Union
Expand Down

0 comments on commit 034964f

Please sign in to comment.