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