Skip to content

Commit

Permalink
Merge pull request #98 from MrCreosote/patch-1
Browse files Browse the repository at this point in the history
Import `OutageStatusValue` in `__init__.py`
  • Loading branch information
cjh1 authored Jan 24, 2025
2 parents 4ed550c + 2dcaae1 commit 7d95981
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 7d95981

Please sign in to comment.