1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 14:46:01 +02:00

tests: Sort imports with isort

This commit is contained in:
2021-01-14 14:12:59 +02:00
parent b15afc9f39
commit fdc0e73088
4 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1,9 @@
from falcon import testing
import json
import pytest
from unittest.mock import patch
import pytest
from falcon import testing
from dspace_statistics_api.app import api