Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloem committed Jul 9, 2018
1 parent ed04df1 commit 35b36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/runners/worker/logger_test.py
Expand Up @@ -27,9 +27,9 @@
import unittest
from builtins import object

from apache_beam.utils.counters import CounterFactory
from apache_beam.runners.worker import logger
from apache_beam.runners.worker import statesampler
from apache_beam.utils.counters import CounterFactory


class PerThreadLoggingContextTest(unittest.TestCase):
Expand Down

0 comments on commit 35b36a7

Please sign in to comment.