summaryrefslogtreecommitdiff
path: root/crocoite/behavior.py
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-12-01 19:57:24 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-12-01 19:57:24 +0100
commit2d5c19105228e47df42218fd6b8e0b41d3ba394f (patch)
tree88e6141de2b5f5eb79703935d8a6d420c1f60341 /crocoite/behavior.py
parent51ffadcdb64210824d9982f5417bda81dae13b2e (diff)
downloadcrocoite-2d5c19105228e47df42218fd6b8e0b41d3ba394f.tar.gz
crocoite-2d5c19105228e47df42218fd6b8e0b41d3ba394f.tar.bz2
crocoite-2d5c19105228e47df42218fd6b8e0b41d3ba394f.zip
util: Remove unused function
Diffstat (limited to 'crocoite/behavior.py')
-rw-r--r--crocoite/behavior.py2
1 files changed, 1 insertions, 1 deletions
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