diff options
Diffstat (limited to 'tests/entity_lifecycle.py')
-rw-r--r-- | tests/entity_lifecycle.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |