Skip to content

Commit

Permalink
Remove typing from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Oct 31, 2024
1 parent 6e43932 commit 1cf64d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/developer-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -534,13 +534,11 @@ we provide a listing method.

.. jupyter-execute::

import typing

@add_method(SQLite)
def _ls(
self,
path: str,
) -> typing.List[str]:
) -> list[str]:

with self._db as db:

Expand Down

0 comments on commit 1cf64d8

Please sign in to comment.