Skip to content

Commit

Permalink
import base api request factory
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 5, 2024
1 parent 7342906 commit fb58a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

from .api import APIClient, APITestCase
from .api_request_factory import APIRequestFactory
from .api_request_factory import APIRequestFactory, BaseAPIRequestFactory
from .cron import CronTestCase
from .model import ModelTestCase
from .model_serializer import (
Expand Down

0 comments on commit fb58a80

Please sign in to comment.