Fix: remove useless api imports

This commit is contained in:
Emmanuel Viennet 2022-05-03 22:07:28 +02:00
parent 76e9a924f1
commit 22b0e29d72
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ def requested_format(default_format="json", allowed_formats=None):
from app.api import tokens
from app.api import sco_api
from app.api import test_api
from app.api import departements
from app.api import etudiants
from app.api import formations