Fix code quality after adding puzzles (#178)

This commit is contained in:
Matt 2025-02-04 15:30:25 +00:00 committed by GitHub
parent b24ce903cb
commit 1fc8d425a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,3 +13,6 @@
# limitations under the License.
from .tasks.math.algebra.linear_equations import LinearEquationConfig, LinearEquationTask
__all__ = [LinearEquationConfig, LinearEquationTask]