From 81d879c9ee3d979174fb3d1ea7ef89310e829ca2 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 9 Nov 2017 05:37:05 +0100 Subject: [PATCH] Removed unused modules --- runbullet/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/runbullet/__init__.py b/runbullet/__init__.py index 4e6a89c1ad..8b158391b6 100644 --- a/runbullet/__init__.py +++ b/runbullet/__init__.py @@ -4,9 +4,7 @@ import os import logging import json import socket -import subprocess import sys -import time import websocket import yaml