Skip to content

Commit

Permalink
remove unused import: pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
razinc committed Oct 4, 2023
1 parent 3c5987a commit e57fe9a
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 278 deletions.
1 change: 0 additions & 1 deletion custom/constant.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import asyncio

import aiohttp
import pandas as pd
from fpl import FPL

OVERALL_LEAGUE_ID = 314
Expand Down
1 change: 0 additions & 1 deletion custom/players.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from operator import getitem

import aiohttp
import pandas as pd
from fpl import FPL
from prettytable import PrettyTable
from tqdm import tqdm
Expand Down
Loading

0 comments on commit e57fe9a

Please sign in to comment.