Fix missing imports

This commit is contained in:
Isaac Slavitt 2016-04-14 15:50:11 -04:00
parent ff0439f2cb
commit 3fdd064e9f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
import os
import click
import dotenv
import logging