Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszurkan-optimizely committed Dec 13, 2019
1 parent 0e1276d commit 94f52e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_event_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def test_flush_once_max_timeout(self):

self.optimizely.logger = SimpleLogger(enums.LogLevels.DEBUG)

mock_debug = mock.patch.object(self.optimizely.logger, 'debug')

with mock.patch.object(self.optimizely, 'logger') as mock_config_logging:
self._set_event_processor(event_dispatcher, mock_config_logging)

Expand Down

0 comments on commit 94f52e1

Please sign in to comment.