flake8 fixes

This commit is contained in:
MinchinWeb 2020-04-15 17:19:27 -06:00
parent ad1bfd3092
commit b58e387771
6 changed files with 7 additions and 11 deletions

View file

@ -1,15 +1,14 @@
import ast
from codecs import decode, encode
from collections import defaultdict
import json
import os
from pathlib import Path
import shlex
import sys
import time
from unittest.mock import patch
import keyring
import tzlocal
import toml
import yaml
from behave import given, then, when