Skip to content

Commit

Permalink
refactor: revert imports
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Oct 31, 2024
1 parent 9ed41b0 commit d81c2d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# pylint: disable=attribute-defined-outside-init
"""
Tests for manager.py
"""

import pytest
import ddt
import pytest
from django.core.cache import cache
from django.test import TestCase
from edx_toggles.toggles.testutils import override_waffle_switch

Expand Down

0 comments on commit d81c2d8

Please sign in to comment.