Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpyo committed Aug 27, 2019
1 parent 579e677 commit 1a1b57d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_process_request(self):
mock_execute = mock.Mock()
mock_execute.return_value = "Mock result"

middleware_obj = middleware.OpencensusMiddleware()
middleware.OpencensusMiddleware()

patch_no_tracer = mock.patch(
'opencensus.ext.django.middleware._get_current_tracer',
Expand Down

0 comments on commit 1a1b57d

Please sign in to comment.