Skip to content

Commit 390d026

Browse files
authored
Merge pull request #62 from launchdarkly/eb/ch19130/remove-cache-control
remove unused CacheControl package
2 parents 823f787 + 1da0d2e commit 390d026

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ldclient/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# noinspection PyUnresolvedReferences,PyPep8Naming
2323
import Queue as queue # Python 3
2424

25-
from cachecontrol import CacheControl
2625
from threading import Lock
2726

2827

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
backoff>=1.4.3
2-
CacheControl>=0.12.3
32
certifi>=2018.4.16
43
future>=0.16.0
54
six>=1.10.0

0 commit comments

Comments
 (0)