diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-06-09 16:28:13 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-06-09 16:28:13 -0300 |
commit | bc130c82cd2167c76c2f46cef2971b168fcc694e (patch) | |
tree | 7a87bce27efda8b2f2a1e36380708870d7e42131 /service | |
parent | 7aafd4eb3d18f23beed012f1f2e6865a2da58b43 (diff) |
clean unused imports after certs and app cleanup
Diffstat (limited to 'service')
-rw-r--r-- | service/pixelated/application.py | 1 | ||||
-rw-r--r-- | service/pixelated/bitmask_libraries/certs.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/service/pixelated/application.py b/service/pixelated/application.py index 67990661..2ae38c73 100644 --- a/service/pixelated/application.py +++ b/service/pixelated/application.py @@ -14,7 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. -import sys from twisted.internet import reactor from twisted.internet.threads import deferToThread from twisted.internet import defer diff --git a/service/pixelated/bitmask_libraries/certs.py b/service/pixelated/bitmask_libraries/certs.py index ed6233c1..935c252a 100644 --- a/service/pixelated/bitmask_libraries/certs.py +++ b/service/pixelated/bitmask_libraries/certs.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. import os -import requests -import json class LeapCertificate(object): |