We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cefd9 commit 281c0c4Copy full SHA for 281c0c4
1 file changed
pynfe/utils/descompactar.py
@@ -12,7 +12,7 @@
12
13
class DescompactaGzip(object):
14
@staticmethod
15
- def descompacta(stringZipada: bytes):
+ def descompacta(stringZipada: str):
16
"""
17
:paramn stringZipada: String
18
0 commit comments