Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Jan 12, 2023
1 parent b629ee7 commit e619d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/search/backends/solr_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from builtins import map
from builtins import range
from builtins import object
import json
import urllib.request, urllib.parse, urllib.error

from utils.search import SearchEngineException
Expand Down

0 comments on commit e619d06

Please sign in to comment.