corrected utils formatting and removed defunct utils

This commit is contained in:
Kevin Froman 2020-03-23 23:55:57 -05:00
parent b5e57da191
commit 2aa8cdbaa0
7 changed files with 20 additions and 73 deletions

View file

@ -28,7 +28,6 @@ from flask import Blueprint, Response, request, abort
from onionrblocks import onionrblockapi
import onionrexceptions
from onionrutils import stringvalidators
from utils import safezip
from onionrutils import mnemonickeys
from . import sitefiles