Skip to content

Commit 105b6fa

Browse files
committed
Removido espacamento de entidades/notafiscal
1 parent a289675 commit 105b6fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pynfe/entidades/notafiscal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ class NotaFiscalReferenciada(Entidade):
456456
# - Modelo
457457
modelo = str()
458458

459-
460459
class NotaFiscalProduto(Entidade):
461460
# - Dados
462461
# - Codigo (obrigatorio)
@@ -935,4 +934,4 @@ def __init__(self, *args, **kwargs):
935934
super(NotaFiscalServico, self).__init__(*args, **kwargs)
936935

937936
def __str__(self):
938-
return ' '.join([str(self.identificador)])
937+
return ' '.join([str(self.identificador)])

0 commit comments

Comments
 (0)