fix fo E261 at least two spaces before inline comment
This commit is contained in:
@@ -62,6 +62,6 @@ class CollectionPartMeta(CollectionBase):
|
||||
|
||||
def set_meta(self, props: Mapping[str, str]) -> None:
|
||||
# TODO: better fix for "mypy"
|
||||
with self._atomic_write(self._props_path, "w") as fo: # type: ignore
|
||||
with self._atomic_write(self._props_path, "w") as fo: # type: ignore
|
||||
f = cast(TextIO, fo)
|
||||
json.dump(props, f, sort_keys=True)
|
||||
|
||||
Reference in New Issue
Block a user