Skip to content

Commit

Permalink
Switch Import Style
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 6, 2023
1 parent 247eda9 commit b484b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openaddr/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

from requests import get
from httmock import response, HTTMock
import unittest.mock
from unittest import mock

from .. import cache, conform, process_one
from ..cache import CacheResult
Expand Down
2 changes: 1 addition & 1 deletion openaddr/tests/slippymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import unittest
import tempfile
import unittest.mock
from unittest import mock

from os.path import join, dirname
from zipfile import ZipFile
Expand Down

0 comments on commit b484b7d

Please sign in to comment.