Skip to content

Commit 77ab210

Browse files
authored
fix missing import
1 parent 6288af9 commit 77ab210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import print_function
22
import os, sys
33
import boto3
4+
import configparser
45
import datetime
56
import json
67
import time

0 commit comments

Comments
 (0)