Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Ades committed May 27, 2020
1 parent 618dff8 commit 55375ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eagr/tests/reflection/test_grpc_reflection_interface.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Copyright 2020-present Kensho Technologies, LLC.
import unittest
from unittest.mock import call, create_autospec, MagicMock, patch
from unittest.mock import MagicMock, patch

from eagr.reflection import reflection_descriptor_database, grpc_reflection_interface
from eagr.reflection import grpc_reflection_interface, reflection_descriptor_database
from eagr.tests.reflection import utils


# Mocks to patch out context-specific method calls in eagr.reflection.grpc_reflection_interface
def build_database_from_channel_mock(channel):
"""Returns a built DescriptorPool from a mock ServerReflectionStub, given any channel"""
Expand Down

0 comments on commit 55375ba

Please sign in to comment.