mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-08 22:26:04 +02:00
Sort imports with isort
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
from .database import DatabaseManager
|
||||
import falcon
|
||||
|
||||
from .database import DatabaseManager
|
||||
|
||||
|
||||
class RootResource:
|
||||
def on_get(self, req, resp):
|
||||
|
Reference in New Issue
Block a user