Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Claude committed Sep 30, 2024
1 parent d0ad1ff commit 7737e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cimport cython

from apache_beam.metrics.execution cimport MetricsContainer
from apache_beam.runners.worker.statesampler_interface import StateSamplerInterface
from apache_beam.runners.worker.statesampler_interface cimport StateSamplerInterface

from cpython cimport pythread
from libc.stdint cimport int32_t, int64_t
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import threading

from apache_beam.utils.counters import CounterName
from apache_beam.metrics.execution cimport MetricsContainer
from apache_beam.runners.worker.statesampler_interface import StateSamplerInterface
from apache_beam.runners.worker.statesampler_interface cimport StateSamplerInterface

cimport cython
from cpython cimport pythread
Expand Down

0 comments on commit 7737e8b

Please sign in to comment.