Make pyflakes happier
This commit is contained in:
parent
183667a7f9
commit
d1392de6f5
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue