Sort the output of mat2 -l
This commit is contained in:
parent
6a1b0b31f0
commit
8368de7fa7
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import abc
|
||||
import os
|
||||
from typing import Set
|
||||
from typing import Set, Dict
|
||||
|
||||
assert Set # make pyflakes happy
|
||||
|
||||
|
@ -15,7 +15,7 @@ class AbstractParser(abc.ABC):
|
|||
self.output_filename = fname + '.cleaned' + extension
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_meta(self) -> dict:
|
||||
def get_meta(self) -> Dict[str, str]:
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue