Skip to content

Commit fa51cb4

Browse files
committed
Test 3: Superficial change to root pyproject.toml should trigger no-op
1 parent 210264c commit fa51cb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/overture-schema/src/overture/schema/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
22

3-
# TEMP COMMENT - DO NOT MERGE THE COMMIT WITH THIS CHANGE IN IT!
4-
53
from collections.abc import Generator
64
from functools import reduce
75
from operator import or_

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# uv workspace configuration
22

3+
# TEMP change to trigger Python package version check workflow
4+
35
[project]
46
license = "MIT"
57
name = "overture-schema-workspace"

0 commit comments

Comments
 (0)