From 0fb5b6d7418a24e06e28fe3d68dc11b0123608a3 Mon Sep 17 00:00:00 2001 From: Eduard Date: Mon, 19 May 2025 17:43:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/clockify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config/clockify.py b/config/clockify.py index 78006d9..0c6447a 100644 --- a/config/clockify.py +++ b/config/clockify.py @@ -23,6 +23,5 @@ class ClockifyConfig: def datetime_format(self): return "%Y-%m-%dT%H:%M:%SZ" - @property def update_time_entry(self, activity_id): return f"/workspaces/{self.workspace_id}/time-entries/{activity_id}" \ No newline at end of file