Skip to content

Commit

Permalink
fix: rm unused import
Browse files Browse the repository at this point in the history
no longer need itertools.batched since we're not batching child folder
requests but sending them one at a time
  • Loading branch information
phette23 committed Jun 6, 2024
1 parent 1bfd627 commit 20566d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ python-dotenv = "1.0.1"
[dev-packages]

[requires]
# 3.1 needed for itertools.batched
python_version = "3.12"
python_full_version = "3.12.3"
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import argparse
from datetime import date
import hashlib
from itertools import batched
import logging
import os
import re
Expand Down

0 comments on commit 20566d0

Please sign in to comment.