Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed May 10, 2024
1 parent 762d72f commit 1ad80de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fabric_cf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0b3"
__version__ = "1.7.0b4"
1 change: 1 addition & 0 deletions fabric_cf/orchestrator/swagger_client/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from __future__ import absolute_import

# import models into model package
from fabric_cf.orchestrator.swagger_client.models.metrics import Metrics
from fabric_cf.orchestrator.swagger_client.models.poa import Poa
from fabric_cf.orchestrator.swagger_client.models.poa_data import PoaData
from fabric_cf.orchestrator.swagger_client.models.poa_post import PoaPost
Expand Down

0 comments on commit 1ad80de

Please sign in to comment.