1
0
mirror of synced 2024-06-07 23:07:50 +02:00

Make pyflakes happier

This commit is contained in:
jvoisin 2018-06-04 20:43:28 +02:00
parent 183667a7f9
commit d1392de6f5

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]