1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-26 21:04:16 +02:00

remove unused function load()

This commit is contained in:
Kelly Brazil
2020-07-23 12:48:33 -07:00
parent 6f5cd1d7c5
commit 68a37a6a5a
-4
View File
@@ -205,10 +205,6 @@ def loads(data):
return traceroute
def load(data):
return loads(data.read())
class ParseError(Exception):
pass