remove unused imports

This commit is contained in:
mickael
2019-01-06 18:27:06 +00:00
parent e4636df468
commit 5e9f8baf56
2 changed files with 1 additions and 3 deletions

View File

@@ -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():

1
ppf.py
View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python
import sys
import requests
import random, time
import re