Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Jul 29, 2020
1 parent 6a4664a commit 763d585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lametro/smartlogic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import json

import requests
from requests.exceptions import HTTPError


class SmartLogic(object):
Expand Down
1 change: 0 additions & 1 deletion lametro/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from haystack.backends import SQ
from haystack.inputs import Exact, AutoQuery
from haystack.query import SearchQuerySet
from requests.exceptions import HTTPError

import pytz

Expand Down

0 comments on commit 763d585

Please sign in to comment.