From f40df50df049e350bde43ca5961ce29fecac1079 Mon Sep 17 00:00:00 2001 From: Jan Gaura Date: Tue, 16 Apr 2024 10:09:40 +0200 Subject: [PATCH] Update common/inbus/inbus.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Beránek --- common/inbus/inbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/inbus/inbus.py b/common/inbus/inbus.py index e3851441..f80781b0 100644 --- a/common/inbus/inbus.py +++ b/common/inbus/inbus.py @@ -57,7 +57,7 @@ def subject_versions(department_id: dto.DepartmentId = dto.DepartmentId(386)) -> subject_versions.append(subject_version) - results: int = len(subject_versions_json) + results = len(subject_versions_json) offset += results