Skip to content

Commit

Permalink
Merge pull request #88 from seomoz/cbf/drop-unused-imports
Browse files Browse the repository at this point in the history
Drop unused imports.
  • Loading branch information
b4hand committed May 31, 2018
2 parents f899360 + af22c24 commit 37b52e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/test_cache/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

'''Tests about our caching utilities.'''

import contextlib
import os
import unittest

import requests_mock
import mock

from reppy import cache
Expand Down
1 change: 0 additions & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'''Testing utilities.'''

import contextlib
import json
import os

import six
Expand Down

0 comments on commit 37b52e1

Please sign in to comment.