From 239e3079d123d86096c04dce97e04d52b0c66764 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 31 Oct 2019 10:53:45 +0000 Subject: [PATCH] Fix import sort order --- tests/app/main/views/test_index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 0bb249db1..1a9e4ccf4 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -1,4 +1,5 @@ from functools import partial + import pytest from bs4 import BeautifulSoup from flask import url_for