Skip to content

Commit

Permalink
Remove XML from result
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgoce committed Jan 5, 2018
1 parent 303826a commit ce2536b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aeat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ def __str__(self):


class Result:
def __init__(self, data, error, xml=None):
def __init__(self, data, error):
self.data = data
self.error = error
self.xml = xml

@property
def valid(self):
Expand Down

0 comments on commit ce2536b

Please sign in to comment.