From 3c009f3ff45d89a703bc833c900e06a79b32f1c1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 19 Nov 2018 15:49:28 +0100 Subject: Coding style Fix a few random issues pointed out by pylint, mainly unused imports. --- crocoite/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crocoite/util.py') diff --git a/crocoite/util.py b/crocoite/util.py index daa60db..18a051a 100644 --- a/crocoite/util.py +++ b/crocoite/util.py @@ -23,7 +23,7 @@ Random utility functions """ import random, sys -import hashlib, os, pkg_resources +import hashlib, pkg_resources from urllib.parse import urlsplit, urlunsplit def randomString (length=None, chars='abcdefghijklmnopqrstuvwxyz'): -- cgit v1.2.3