Make pyflakes happier
This commit is contained in:
parent
183667a7f9
commit
d1392de6f5
@ -2,6 +2,8 @@ import abc
|
|||||||
import os
|
import os
|
||||||
from typing import Set
|
from typing import Set
|
||||||
|
|
||||||
|
assert Set # make pyflakes happy
|
||||||
|
|
||||||
|
|
||||||
class AbstractParser(abc.ABC):
|
class AbstractParser(abc.ABC):
|
||||||
meta_list = set() # type: Set[str]
|
meta_list = set() # type: Set[str]
|
||||||
|
Loading…
Reference in New Issue
Block a user