Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Fix imports in bin/reports
Browse files Browse the repository at this point in the history
Reviewers: paulruan, kylec

Reviewed By: kylec

Subscribers: changesbot, kylec

Differential Revision: https://tails.corp.dropbox.com/D222693
  • Loading branch information
ecnerwala committed Aug 23, 2016
1 parent cd361da commit d17a0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reports
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from flask import render_template
from flask_mail import Message

from changes.config import create_app, mail
from changes.models import Project
from changes.models.project import Project
from changes.reports.build import BuildReport


Expand Down

0 comments on commit d17a0e9

Please sign in to comment.