From 3a05d8344cea8a1819cc40dcdfcf82c7a0317ef1 Mon Sep 17 00:00:00 2001 From: FacerAin Date: Fri, 18 Nov 2022 06:33:50 +0000 Subject: [PATCH] style: update import for isort --- dashboard/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/app.py b/dashboard/app.py index 3a72d8a..4715c79 100644 --- a/dashboard/app.py +++ b/dashboard/app.py @@ -3,7 +3,8 @@ import pandas as pd import streamlit as st -from utils import get_filtered_result, test + +from .utils import get_filtered_result, test def app(args):