From 2e243355f51654c8c6392c80a17b090f9f012fd1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 24 Sep 2018 19:50:24 +0200 Subject: Fix some minor formatting issues --- libmat2/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/archive.py') diff --git a/libmat2/archive.py b/libmat2/archive.py index 7b9f335..dd63c50 100644 --- a/libmat2/archive.py +++ b/libmat2/archive.py @@ -21,7 +21,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser): # Those are the files that we _do not_ want to keep, # no matter if they are supported or not. - files_to_omit = set() # type: Set[Pattern] + files_to_omit = set() # type: Set[Pattern] # what should the parser do if it encounters an unknown file in # the archive? -- cgit v1.3