Skip to content

Commit

Permalink
requirements: remove more-itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh committed Oct 30, 2024
1 parent 19ebd3d commit ff333aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ PyMySQL==1.1.1
mysqlclient==2.2.4
google-cloud-bigquery==3.25.0
ruff==0.5.5
more-itertools==10.5.0
1 change: 0 additions & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import sqlalchemy
from google.cloud import bigquery
from more_itertools import chunked
from sqlalchemy import desc, or_
from sqlalchemy.engine import Engine
from sqlalchemy.exc import NoResultFound
Expand Down

0 comments on commit ff333aa

Please sign in to comment.