Skip to content

Commit 8bd378e

Browse files
stainless-botmeorphis
authored andcommitted
chore: add missing __all__ definitions
1 parent 8145a8c commit 8bd378e

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)