Skip to content
Snippets Groups Projects
Commit d1392de6 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Make pyflakes happier

parent 183667a7
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ import abc
import os
from typing import Set
assert Set # make pyflakes happy
class AbstractParser(abc.ABC):
meta_list = set() # type: Set[str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment