From 5e9f8baf56ad5c26635f16416a922fd0e51c7305 Mon Sep 17 00:00:00 2001 From: mickael Date: Sun, 6 Jan 2019 18:27:06 +0000 Subject: [PATCH] remove unused imports --- misc.py | 3 +-- ppf.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/misc.py b/misc.py index 0433b76..548ee59 100644 --- a/misc.py +++ b/misc.py @@ -1,7 +1,6 @@ #!/usr/bin/env python -import time, random, sys, os, string -import rocksock +import time, random, string """ return formatted timestamp """ def timestamp(): diff --git a/ppf.py b/ppf.py index 10f9977..db354af 100755 --- a/ppf.py +++ b/ppf.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -import sys import requests import random, time import re