Skip to content

Commit 8f86c12

Browse files
Sort usings.
Signed-off-by: Rodney Richardson <[email protected]>
1 parent f1e92e3 commit 8f86c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_vulnerability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# SPDX-License-Identifier: Apache-2.0
1818
# Copyright (c) OWASP Foundation. All Rights Reserved.
1919

20-
from decimal import Decimal
2120
import unittest
21+
from decimal import Decimal
2222
from unittest import TestCase
2323
from unittest.mock import Mock, patch
2424

0 commit comments

Comments
 (0)