Skip to content

Commit

Permalink
style: update import for isort
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Nov 18, 2022
1 parent 4fd685a commit 3a05d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3a05d83

Please sign in to comment.