diff --git a/pytrustnfe/nfe/patch.py b/pytrustnfe/nfe/patch.py index 4991258..489ad81 100644 --- a/pytrustnfe/nfe/patch.py +++ b/pytrustnfe/nfe/patch.py @@ -32,4 +32,3 @@ def has_patch(cod_estado, metodo): if method in methods: return methods[method] return None -