attempt 3 to appease the linter

This commit is contained in:
Christian Zhou-Zheng 2024-06-07 21:26:40 -04:00
parent 891b19cb81
commit 02be0dd654

View file

@ -66,7 +66,7 @@ class GGUFWriterSplit(GGUFWriter):
def __init__(self, path: os.PathLike[str] | str, arch: str, split_arguments: SplitArguments, def __init__(self, path: os.PathLike[str] | str, arch: str, split_arguments: SplitArguments,
use_temp_file: bool = True, endianess: GGUFEndian = GGUFEndian.LITTLE use_temp_file: bool = True, endianess: GGUFEndian = GGUFEndian.LITTLE
) -> None: ) -> None:
# we intentionally don't call superclass constructor # we intentionally don't call superclass constructor
self.arch = arch self.arch = arch
self.path = Path(path) self.path = Path(path)