Skip to content

Commit aa250cb

Browse files
committed
Minor formatting fix
1 parent d2191de commit aa250cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

coldfront/core/allocation/test_views.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626
)
2727
from coldfront.core.allocation.models import (
2828
AllocationChangeRequest,
29-
AllocationChangeStatusChoice, AllocationStatusChoice, AllocationAttributeChangeRequest, Allocation, AllocationAttribute, AllocationAttributeType, AttributeType,
29+
AllocationChangeStatusChoice,
30+
AllocationStatusChoice,
31+
AllocationAttributeChangeRequest,
32+
Allocation,
33+
AllocationAttribute,
34+
AllocationAttributeType,
35+
AttributeType,
3036
)
3137

3238
logging.disable(logging.CRITICAL)

0 commit comments

Comments
 (0)