Reduce linter errors

This commit is contained in:
Sumner Evans
2020-04-23 08:54:59 -06:00
parent bee5c6d51f
commit a36aac26e9
12 changed files with 31 additions and 356 deletions

View File

@@ -3,7 +3,16 @@ import re
from concurrent.futures import Future
from datetime import timedelta
from typing import (
Any, Callable, cast, Iterable, List, Match, Optional,Tuple, Union,)
Any,
Callable,
cast,
Iterable,
List,
Match,
Optional,
Tuple,
Union,
)
import gi
from deepdiff import DeepDiff