Skip to content

Commit

Permalink
IAM-1256 removed boto3 references from dashboard/tile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frosemond committed Feb 2, 2024
1 parent 2470e9d commit 372c3d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dashboard/models/tile.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 372c3d1

Please sign in to comment.