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

dspace_statistics_api: Sort imports with isort

This commit is contained in:
2020-10-06 15:12:13 +03:00
parent 630fa0d5fb
commit 5acd927210
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,7 @@
import falcon
from .database import DatabaseManager
from .items import get_views
from .items import get_downloads
from .items import get_downloads, get_views
from .util import validate_items_post_parameters