Skip to content

Commit

Permalink
Update to backend API v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Mar 12, 2020
1 parent 15e9e6b commit 5fb2550
Show file tree
Hide file tree
Showing 10 changed files with 18,294 additions and 8 deletions.
14 changes: 7 additions & 7 deletions trains_agent/backend_api/services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from .v2_4 import auth
from .v2_4 import debug
from .v2_4 import queues
from .v2_4 import tasks
from .v2_4 import workers
from .v2_4 import events
from .v2_4 import models
from .v2_5 import auth
from .v2_5 import debug
from .v2_5 import queues
from .v2_5 import tasks
from .v2_5 import workers
from .v2_5 import events
from .v2_5 import models

__all__ = [
'auth',
Expand Down
Empty file.
Loading

0 comments on commit 5fb2550

Please sign in to comment.