From d61b6821bf1bbc3bb3439c1dfb1e18a25de283f8 Mon Sep 17 00:00:00 2001 From: Vaibhav Mule <vaibhavmule135@gmail.com> Date: Fri, 20 Mar 2020 16:43:57 +0530 Subject: [PATCH] fix lint --- hypha/apply/funds/models/reminders.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hypha/apply/funds/models/reminders.py b/hypha/apply/funds/models/reminders.py index e31be93d2..14a86d21c 100644 --- a/hypha/apply/funds/models/reminders.py +++ b/hypha/apply/funds/models/reminders.py @@ -51,4 +51,3 @@ class Reminder(models.Model): @property def medium(self): return self.MEDIUM[self.action] - \ No newline at end of file -- GitLab