From 372c3d1f47018d32055ec137d8705ce7cc9b771f Mon Sep 17 00:00:00 2001 From: Felicia Rosemond Date: Fri, 2 Feb 2024 17:40:38 -0500 Subject: [PATCH] IAM-1256 removed boto3 references from dashboard/tile.py --- dashboard/models/tile.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dashboard/models/tile.py b/dashboard/models/tile.py index 3452bde3..da6baa54 100644 --- a/dashboard/models/tile.py +++ b/dashboard/models/tile.py @@ -1,11 +1,8 @@ """Governs loading all tile displayed to the user in the Dashboard.""" -import boto3 import logging import os import urllib3 -from boto3.dynamodb.conditions import Attr - logger = logging.getLogger(__name__) class CDNTransfer(object):