From 2d5c19105228e47df42218fd6b8e0b41d3ba394f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 1 Dec 2018 19:57:24 +0100 Subject: util: Remove unused function --- crocoite/behavior.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crocoite/behavior.py') diff --git a/crocoite/behavior.py b/crocoite/behavior.py index 8cc7ab4..3e828b6 100644 --- a/crocoite/behavior.py +++ b/crocoite/behavior.py @@ -32,7 +32,7 @@ import pkg_resources from html5lib.serializer import HTMLSerializer import yaml -from .util import randomString, getFormattedViewportMetrics, removeFragment +from .util import getFormattedViewportMetrics, removeFragment from . import html from .html import StripAttributeFilter, StripTagFilter, ChromeTreeWalker from .devtools import Crashed -- cgit v1.2.3