From 8368de7fa71f86cd9b783417a48d32b9fca0f5a0 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 4 Jun 2018 23:32:13 +0200 Subject: Sort the output of `mat2 -l` --- libmat2/abstract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmat2/abstract.py') diff --git a/libmat2/abstract.py b/libmat2/abstract.py index b7ccae9..7aac284 100644 --- a/libmat2/abstract.py +++ b/libmat2/abstract.py @@ -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 -- cgit v1.3