From 105b6fab509386db62e660255f43f23271d8d461 Mon Sep 17 00:00:00 2001 From: Junior Tada Date: Thu, 16 Feb 2017 21:12:23 -0200 Subject: [PATCH] Removido espacamento de entidades/notafiscal --- pynfe/entidades/notafiscal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pynfe/entidades/notafiscal.py b/pynfe/entidades/notafiscal.py index 1da03d3..3c3a8a5 100644 --- a/pynfe/entidades/notafiscal.py +++ b/pynfe/entidades/notafiscal.py @@ -456,7 +456,6 @@ class NotaFiscalReferenciada(Entidade): # - Modelo modelo = str() - class NotaFiscalProduto(Entidade): # - Dados # - Codigo (obrigatorio) @@ -935,4 +934,4 @@ class NotaFiscalServico(Entidade): super(NotaFiscalServico, self).__init__(*args, **kwargs) def __str__(self): - return ' '.join([str(self.identificador)]) + return ' '.join([str(self.identificador)]) \ No newline at end of file