Closed AstreaTSS closed 6 months ago
CronTrigger wasn't exposed in the __all__s it needed to be exposed in. This PR fixes that.
CronTrigger
__all__
This PR can be thought of as a light version of #1672, since that PR is currently being debated on.
from interactions import CronTrigger
3.10.x
3.11.x
pre-commit
Pull Request Type
Description
CronTrigger
wasn't exposed in the__all__
s it needed to be exposed in. This PR fixes that.This PR can be thought of as a light version of #1672, since that PR is currently being debated on.
Changes
CronTrigger
to various__all__
s.Related Issues
Test Scenarios
Python Compatibility
3.10.x
3.11.x
Checklist
pre-commit
code linter over all edited files