Skip to content

Commit f655e49

Browse files
1 parent f149bd7 commit f655e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-testutils/test_utils/orchestrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
14+
from __future__ import annotations
1515
import itertools
1616
import math
1717
import queue
@@ -242,7 +242,7 @@ def go(self):
242242
self._go.put(None)
243243

244244

245-
_SYNCPOINTS = {}
245+
_SYNCPOINTS: dict[str, dict[str, set[int]]] = {}
246246
"""Dict[str, Dict[str, Set[int]]]: Dict mapping source fileneme to a dict mapping
247247
syncpoint name to set of line numbers where syncpoints with that name occur in the
248248
source file.

0 commit comments

Comments
 (0)