Skip to content

Commit

Permalink
Import OutageStatusValue in __init__.py
Browse files Browse the repository at this point in the history
Handle imports for OutageStatusValue in the same way as StatusValue.

I tested this locally, seems to work
  • Loading branch information
MrCreosote authored Jan 24, 2025
1 parent 4ed550c commit 2dcaae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sfapi_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .client import AsyncClient # noqa: F401
from .client import Client # noqa: F401
from .exceptions import SfApiError # noqa: F401
from ._models import OutageStatusValue # noqa: F401
from ._models import StatusValue # noqa: F401
from ._models.resources import Resource # noqa: F401

0 comments on commit 2dcaae1

Please sign in to comment.