Skip to content

Commit ee77905

Browse files
stainless-botstainless-app[bot]
authored andcommitted
chore: add missing __all__ definitions
1 parent 8145a8c commit ee77905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/finch/types/hris/benfit_contribution.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44

55
from .benefit_contribution import BenefitContribution
66

7+
__all__ = ["BenfitContribution"]
8+
79
BenfitContribution = BenefitContribution
810
"""use `BenefitContribution` instead"""

0 commit comments

Comments
 (0)