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:
@ -205,10 +205,6 @@ def loads(data):
|
||||
return traceroute
|
||||
|
||||
|
||||
def load(data):
|
||||
return loads(data.read())
|
||||
|
||||
|
||||
class ParseError(Exception):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user