We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad32f2 commit 3a3b4e5Copy full SHA for 3a3b4e5
1 file changed
api_core/tests/unit/gapic/test_dispatch.py
@@ -12,11 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from google.api_core.gapic_v1.dispatch import dispatch
16
-
17
import pytest
18
import six
19
+from google.api_core.gapic_v1.dispatch import dispatch
+
20
21
@pytest.mark.skipif(six.PY2, reason='dispatch only works on Python 3.')
22
def test_dispatch():
0 commit comments