diff options
Diffstat (limited to 'tests/routes.py')
-rw-r--r-- | tests/routes.py | 2 |
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 * |