Skip to content

Commit

Permalink
httpcache is part of setup, so no need for the try except
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerghelber committed Oct 8, 2014
1 parent 73dfef4 commit e519f7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pymal/global_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
import time

import requests
try:
import httpcache
except ImportError:
httpcache = None
import httpcache
import bs4

from pymal import consts
Expand Down

0 comments on commit e519f7a

Please sign in to comment.