Skip to content
Snippets Groups Projects
Commit eb4c9d4f authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: quite mypy warnings

parent 5032f11f
No related branches found
No related tags found
No related merge requests found
...@@ -279,9 +279,9 @@ class Comment: ...@@ -279,9 +279,9 @@ class Comment:
def extract_code_strings(filepath: str) -> Tuple[List[Comment], Set[str]]: def extract_code_strings(filepath: str) -> Tuple[List[Comment], Set[str]]:
import pygments # type: ignore import pygments
from pygments import lexers from pygments import lexers
from pygments.token import Token # type: ignore from pygments.token import Token
comments = [] comments = []
code_words = set() code_words = set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment