Skip to content

Commit

Permalink
Fixed lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjanousekGSA committed Jan 12, 2025
1 parent b6353c4 commit c0d24b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/main/views/sub_navigation_dictionaries.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from flask import current_app


def features_nav():
return [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/app/main/views/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest
from bs4 import BeautifulSoup
from flask import current_app, url_for
from flask import url_for
from freezegun import freeze_time

from tests.conftest import SERVICE_ONE_ID, normalize_spaces
Expand Down

0 comments on commit c0d24b8

Please sign in to comment.