fix(certificates): import re module (#428)

This commit is contained in:
Terin Stock 2016-09-21 22:54:46 -07:00 committed by kevgliss
parent 3ce87c8a6b
commit 1ea75a5d2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import arrow
import arrow, re
from flask import current_app
from marshmallow.exceptions import ValidationError