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

@@ -1,10 +1,9 @@
import importlib
import json
import logging
import re
from datetime import datetime, timedelta, timezone
from pathlib import Path
from typing import Any, Dict, Generator, Optional, Tuple, Union
from typing import Any, Generator, Tuple
import pytest