Skip to content

Commit

Permalink
fix: isort linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Sep 16, 2024
1 parent 049849e commit d1de3e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import logging
import os
from datetime import datetime

import os
from dotenv import load_dotenv
import pandas as pd
import streamlit as st
from dotenv import load_dotenv
from streamlit_authenticator import Authenticate, Hasher
from utils.mongo import MongoSingleton
from utils.process_guild_data import process_guild_data


logging.basicConfig(level=logging.INFO)
load_dotenv()
st.subheader("TogetherCrew's Amin Panel")
Expand Down

0 comments on commit d1de3e6

Please sign in to comment.