fix various small issues in the codebase

This commit is contained in:
Jonathan Wren 2020-04-11 14:25:50 -07:00
parent abad3a3a79
commit e3a46e9846
10 changed files with 6 additions and 25 deletions

View file

@ -10,7 +10,6 @@ import sys
import os
import base64
import logging
from typing import Optional
log = logging.getLogger()