mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +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