Skip to content

Commit

Permalink
docs: add missing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Sep 18, 2024
1 parent ea22894 commit 7d5f05a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/api-reference/enums.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
::: pynyaa._enums.Category
options:
members: true
::: pynyaa._enums.SortBy
options:
members: true
::: pynyaa._enums.Filter
options:
members: true
6 changes: 6 additions & 0 deletions docs/api-reference/types.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
::: pynyaa._types.CategoryID
::: pynyaa._types.CategoryLiteral
::: pynyaa._types.CategoryName
::: pynyaa._types.CategoryValue
::: pynyaa._types.MagnetUrl
::: pynyaa._types.SortByLiteral
::: pynyaa._types.UTCDateTime
2 changes: 1 addition & 1 deletion src/pynyaa/_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from functools import cache
from typing import TYPE_CHECKING, overload
from typing import TYPE_CHECKING

from platformdirs import user_cache_path

Expand Down

0 comments on commit 7d5f05a

Please sign in to comment.