1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +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

View File

@ -205,10 +205,6 @@ def loads(data):
return traceroute return traceroute
def load(data):
return loads(data.read())
class ParseError(Exception): class ParseError(Exception):
pass pass