Skip to content

Commit

Permalink
Remove mypy ignore comment. Causes error (unused comment) on latest P…
Browse files Browse the repository at this point in the history
…yPI version of mypy. (#437)
  • Loading branch information
gregtkogut authored Jul 25, 2022
1 parent 33f736f commit 6887f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statick_tool/plugins/tool/cccc_tool_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def parse_config(cls, config_file: str) -> Dict[str, str]:
config[row[".ADA"]] = {
"warn": row["ada.95"],
"error": row[""],
"name": row[None][3], # type: ignore
"name": row[None][3],
"key": row[".ADA"],
}

Expand Down

0 comments on commit 6887f10

Please sign in to comment.