Skip to content

Commit ddb3f76

Browse files
authored
Merge pull request #137 from Cataldir/patch-1
Correção de importação do arquivo "base.py" no arquivo "fonte_dados.py". Faltava um "."
2 parents a54de70 + d228797 commit ddb3f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynfe/entidades/fonte_dados.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def remover_objeto(self, _objeto=None, **kwargs):
7373
removido. Caso o argumento _objeto seja uma lista de objetos, eles serão
7474
removidos também."""
7575

76-
from base import Entidade
76+
from .base import Entidade
7777

7878
lista = None
7979

0 commit comments

Comments
 (0)