There was an error while loading. Please reload this page.
1 parent ae4c637 commit e040d1aCopy full SHA for e040d1a
1 file changed
benefits/enrollment_init/models.py
@@ -1,12 +1,8 @@
1
-import logging
2
-
3
from django.core.exceptions import ValidationError
4
from django.db import models
5
6
from benefits.core.models import EnrollmentGroup, SecretNameField, TransitProcessorConfig
7
8
-logger = logging.getLogger(__name__)
9
10
11
class InitConfig(TransitProcessorConfig):
12
"""Configuration for connecting to INIT, an entity that applies transit agency fare rules to rider transactions."""
0 commit comments