From 647bf14a74c2f51423e783f8f8555c68500fcfda Mon Sep 17 00:00:00 2001 From: skyuecx0630 <48788794+skyuecx0630@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:27:53 +0900 Subject: [PATCH] Add a missing import statement --- services/sns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/sns.py b/services/sns.py index 5bde7f4..9297b14 100644 --- a/services/sns.py +++ b/services/sns.py @@ -1,3 +1,4 @@ +from models import RuleCheckResult import boto3