Skip to content

Commit

Permalink
Use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Doupe committed Mar 14, 2018
1 parent d867e82 commit cde3fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/apps/taxbrain/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
from ..formatters import get_version
from .param_formatters import (get_reform_from_file, get_reform_from_gui,
to_json_reform, append_errors_warnings)
from submit_data import PostMeta, BadPost
from .submit_data import PostMeta, BadPost

from django.conf import settings
WEBAPP_VERSION = settings.WEBAPP_VERSION
Expand Down

0 comments on commit cde3fcd

Please sign in to comment.