fix: [import] import sys was missing for proper error handling

pull/100/head
Steve Clement 2019-06-01 15:03:31 +09:00
parent e9b1339967
commit 6237566664
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import json
import logging
import os
import random
import sys
import time