From 68a37a6a5a3f0ad0fa24c84d363050af9fa11f97 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 23 Jul 2020 12:48:33 -0700 Subject: [PATCH] remove unused function load() --- jc/parsers/traceroute.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jc/parsers/traceroute.py b/jc/parsers/traceroute.py index 0d7950a6..6eedc295 100644 --- a/jc/parsers/traceroute.py +++ b/jc/parsers/traceroute.py @@ -205,10 +205,6 @@ def loads(data): return traceroute -def load(data): - return loads(data.read()) - - class ParseError(Exception): pass