1
0
Fork 0

Make pyflakes happier

This commit is contained in:
jvoisin 2018-06-04 20:43:28 +02:00
parent 183667a7f9
commit d1392de6f5
1 changed files with 2 additions and 0 deletions

View File

@ -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]