fix src code formatting

not sure why this changed!?
This commit is contained in:
Thomas Waldmann 2023-09-05 00:34:03 +02:00
parent 61e96eb51f
commit 55f0798b15
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ class Packer(mp_Packer):
use_single_float=False,
autoreset=True,
use_bin_type=USE_BIN_TYPE,
strict_types=False
strict_types=False,
):
assert unicode_errors == UNICODE_ERRORS
super().__init__(
@ -133,7 +133,7 @@ class Unpacker(mp_Unpacker):
unicode_errors=UNICODE_ERRORS,
max_buffer_size=0,
ext_hook=ExtType,
strict_map_key=False
strict_map_key=False,
):
assert raw == RAW
assert unicode_errors == UNICODE_ERRORS

View File

@ -113,7 +113,7 @@ class Archives(abc.MutableMapping):
older=None,
newer=None,
oldest=None,
newest=None
newest=None,
):
"""
Return list of ArchiveInfo instances according to the parameters.