Skip to content

Commit 281c0c4

Browse files
committed
tipo de entrada corrigido
1 parent 46cefd9 commit 281c0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynfe/utils/descompactar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class DescompactaGzip(object):
1414
@staticmethod
15-
def descompacta(stringZipada: bytes):
15+
def descompacta(stringZipada: str):
1616
"""
1717
:paramn stringZipada: String
1818

0 commit comments

Comments
 (0)