We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e3941 commit 2e32cc5Copy full SHA for 2e32cc5
onetime/stripelink-expiration.py
@@ -1,10 +1,8 @@
1
import boto3
2
-import time
3
import logging
4
from datetime import datetime, timezone, timedelta
5
from decimal import Decimal
6
from botocore.exceptions import ClientError
7
-from numpy import partition
8
9
# --- Configuration ---
10
TABLE_NAME = "infra-core-api-stripe-links"
0 commit comments