Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 26, 2023
1 parent 46bb9c1 commit 4bd9de2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jupyter_ydoc/ynotebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ def append_cell(self, value: Dict[str, Any]) -> None:
ycell = self.create_ycell(value)
self._ycells.append(ycell)

def set_cell(
self, index: int, value: Dict[str, Any]
) -> None:
def set_cell(self, index: int, value: Dict[str, Any]) -> None:
"""
Sets a cell into indicated position.
Expand Down

0 comments on commit 4bd9de2

Please sign in to comment.