Skip to content

Commit 6580a81

Browse files
authored
Merge pull request #13 from DistributedScience/bethac07-patch-1
fix missing import
2 parents 6288af9 + 77ab210 commit 6580a81

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)