Skip to content

Commit 5f58579

Browse files
isort imports
1 parent 45135bd commit 5f58579

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/test_unit.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
import os
1414
import ssl
1515
import unittest
16+
import urllib.error
17+
import urllib.request
1618
from unittest import mock
17-
from .mock import patch
19+
1820
import shotgun_api3 as api
19-
from shotgun_api3.shotgun import _is_mimetypes_broken
20-
import urllib.request
21-
import urllib.error
2221
from shotgun_api3.lib.httplib2 import Http
22+
from shotgun_api3.shotgun import _is_mimetypes_broken
23+
24+
from .mock import patch
2325

2426

2527
class TestShotgunInit(unittest.TestCase):

0 commit comments

Comments
 (0)