We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd50183 commit 0aeb125Copy full SHA for 0aeb125
pyproject.toml
@@ -22,6 +22,7 @@ dependencies = [
22
"requests >= 2.31.0, < 3.0.0",
23
"semver >= 3.0.2",
24
"pillow >= 10.2.0"
25
+ "python-dateutil >= 2.9.0",
26
]
27
28
[project.urls]
pythorhead/classes/user.py
@@ -1,7 +1,5 @@
1
from dataclasses import dataclass, asdict
2
from datetime import datetime
3
-from pythorhead import lemmy
4
-from pythorhead.types import SortType, ListingType, LanguageType
5
from dateutil import parser
6
from pythorhead.utils import json_serializer
7
0 commit comments