Skip to content

Commit 58bcdb2

Browse files
committed
reorder python imports
I would really write a test case for this someday too Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent c60ab41 commit 58bcdb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vulnerabilities/tests/test_mozilla.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import shutil
21
import os
2+
import shutil
33
import tempfile
4-
from unittest.mock import patch
54
import zipfile
5+
from unittest.mock import patch
66

77
from django.test import TestCase
88

0 commit comments

Comments
 (0)