From f13a9c26c7a894703b401f4898b3d5bb84282824 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 20:59:47 -0700 Subject: pylinting --- tests/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/routes.py') diff --git a/tests/routes.py b/tests/routes.py index d74412b6..5b9f0ca9 100644 --- a/tests/routes.py +++ b/tests/routes.py @@ -1,9 +1,9 @@ import json +import tempfile import pytest import fatcat import fatcat.sql -import tempfile from fatcat.models import * from fixtures import * -- cgit v1.2.3