Skip to content

Commit

Permalink
Pipeline: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu committed Aug 28, 2023
1 parent 5b1dd21 commit ffa845a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from shotgun_api3.shotgun import ServerCapabilities
import urllib.error

from unittest import skip

class TestBase(unittest.TestCase):
'''Base class for tests.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import ssl
import sys
import os
from .mock import patch, MagicMock
from mock import patch, MagicMock
import time
import types
import uuid
Expand Down
2 changes: 1 addition & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import ssl
import unittest
from .mock import patch
from mock import patch
import shotgun_api3 as api
from httplib2 import Http

Expand Down

0 comments on commit ffa845a

Please sign in to comment.