summaryrefslogtreecommitdiffstats
path: root/tests/routes.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-04-23 20:59:47 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-04-23 20:59:47 -0700
commitf13a9c26c7a894703b401f4898b3d5bb84282824 (patch)
tree072e7cfd33cc2d2ecb501119aef0f2e982012e0d /tests/routes.py
parent176c76597dd42705cf3aaf307b831cb5f979d9bb (diff)
downloadfatcat-f13a9c26c7a894703b401f4898b3d5bb84282824.tar.gz
fatcat-f13a9c26c7a894703b401f4898b3d5bb84282824.zip
pylinting
Diffstat (limited to 'tests/routes.py')
-rw-r--r--tests/routes.py2
1 files changed, 1 insertions, 1 deletions
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 *