Skip to content

Commit a4c8476

Browse files
Iishaan TanwarIishaan Tanwar
authored andcommitted
int
1 parent b98e0ee commit a4c8476

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openwisp_radius/api/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def get_reset(self, obj):
335335
group=self.context["group"],
336336
group_check=obj,
337337
)
338-
start_time, end_time = counter.get_reset_timestamps()
338+
_, end_time = counter.get_reset_timestamps()
339339
return end_time
340340
except (SkipCheck, ValueError, KeyError):
341341
return None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
),
5151
"passlib~=1.7.1",
5252
"djangorestframework-link-header-pagination~=0.1.1",
53-
"weasyprint>=65,<67",
53+
"weasyprint>=65,<68",
5454
"dj-rest-auth>=6.0,<7.1",
5555
"django-sendsms~=0.5.0",
5656
"jsonfield~=3.1.0",

0 commit comments

Comments
 (0)