Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Protobuf 3.2.0 #82

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unused imports
  • Loading branch information
ljdursi committed Mar 29, 2017
commit c315d3c53a17a4c4740be6d26b389aa03bae94df
4 changes: 0 additions & 4 deletions tests/unit/test_cli.py
Original file line number Diff line number Diff line change
@@ -9,13 +9,9 @@
import mock
import unittest

import google.protobuf.descriptor as descriptor
import google.protobuf.internal.python_message as python_message

import ga4gh.client.cli as cli_client

import ga4gh.common.utils as utils
import ga4gh.schemas.protocol as protocol

import tests.unit.fakeobj_pb2 as fakeobj