From f3b75029a8bb4cdf65684549606c7156cf3f77c3 Mon Sep 17 00:00:00 2001 From: Jason Ng <116290832+jason490@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:13:14 -0400 Subject: [PATCH] linted --- api/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/setup.py b/api/setup.py index e5e58f1..24055bc 100644 --- a/api/setup.py +++ b/api/setup.py @@ -1,3 +1,4 @@ +# pylint: skip-file from pollination import db from pollination.models import User