Remove legacy set_app_path call

This commit is contained in:
thatmattlove 2021-10-04 01:38:53 -07:00
parent 8013c48ae9
commit d21c604bee

View file

@ -37,15 +37,11 @@ POSSIBILITY OF SUCH DAMAGE.
""" """
# Third Party # Third Party
import uvloop import uvloop # type: ignore
# Project # Project
from hyperglass.util import set_app_path
from hyperglass.constants import METADATA from hyperglass.constants import METADATA
# Find hyperglass application directory.
set_app_path()
# Use Uvloop for performance. # Use Uvloop for performance.
uvloop.install() uvloop.install()