Skip to content

Commit

Permalink
Amends missed code formattings
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Nov 2, 2024
1 parent a7174a9 commit 3e5267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def _get_first(self) -> Optional[NodeBase]:
def _iter_all(self) -> Iterator[NodeBase]:
pass


class _Epilogue(_RootSiblingsContainer):
def _add_first(self, node):
self._document.root.add_following_siblings(node)
Expand All @@ -230,7 +231,6 @@ def _iter_all(self):
yield from self._document.root.iterate_preceding_siblings()



class DocumentMeta(type):
def __new__(mcls, name, base_classes, namespace): # noqa: N804
extension_classes = tuple(_plugin_manager.document_mixins)
Expand Down

0 comments on commit 3e5267a

Please sign in to comment.