Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Dec 10, 2024
1 parent b31ab12 commit 94b4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class LoadScopeSchedulingDjangoOrdered(LoadScopeScheduling):
# to the end of the workqueue. This ensures the proper ordering of TransactionTestCases
def _assign_work_unit(self, node) -> None:
if not hasattr(self, 'django_ordered'):
self.django_ordered = True # pylint: disable=attribute-defined-outside-init
self.django_ordered = True # pylint: disable=attribute-defined-outside-init
for test_class in TTC:
if test_class in self.workqueue:
self.workqueue.move_to_end(test_class)
Expand Down

0 comments on commit 94b4a21

Please sign in to comment.