remove defunct import in register_private_blueprints.py

This commit is contained in:
Kevin Froman 2020-03-26 02:33:08 -05:00
parent 71c7ad4545
commit db9cd3eb60
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
This file registers blueprints for the private api server This file registers blueprints for the private api server
""" """
from threading import Thread from threading import Thread
from gevent import spawn
from gevent import sleep from gevent import sleep
from httpapi import security, friendsapi, profilesapi, configapi, insertblock from httpapi import security, friendsapi, profilesapi, configapi, insertblock