Skip to content

Commit

Permalink
fix init issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Apr 17, 2023
1 parent 9275b22 commit bc502a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.utils.text import slugify

from dashboard.internet_nl_dashboard.logic.report_to_spreadsheet import create_spreadsheet, upgrade_excel_spreadsheet
from dashboard.internet_nl_dashboard.views.__init__ import LOGIN_URL, get_account
from dashboard.internet_nl_dashboard.views import LOGIN_URL, get_account

log = logging.getLogger(__package__)

Expand Down
2 changes: 1 addition & 1 deletion dashboard/internet_nl_dashboard/views/spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from dashboard.internet_nl_dashboard.logic.spreadsheet import (complete_import, get_upload_history, save_file,
upload_domain_spreadsheet_to_list)
from dashboard.internet_nl_dashboard.views.__init__ import LOGIN_URL, get_account, get_dashboarduser
from dashboard.internet_nl_dashboard.views import LOGIN_URL, get_account, get_dashboarduser

log = logging.getLogger(__package__)

Expand Down

0 comments on commit bc502a9

Please sign in to comment.