Skip to content

Commit

Permalink
bugfix(UTAPI-109): Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Oct 9, 2024
1 parent 3d08d9d commit 268c8b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/reindex/s3_bucketd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
import itertools
import json
import logging
import os
import re
import sys
import time
import urllib
from collections import defaultdict, namedtuple
import uuid
from collections import namedtuple
from concurrent.futures import ThreadPoolExecutor

import redis
import requests
from requests import ConnectionError, HTTPError, Timeout
from requests import ConnectionError, Timeout

logging.basicConfig(level=logging.INFO)
_log = logging.getLogger('utapi-reindex')
Expand Down

0 comments on commit 268c8b5

Please sign in to comment.