Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 1ccbf82

Browse files
committed
Rebase complete
1 parent ff417a7 commit 1ccbf82

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,7 @@ spec:
349349
apiVersion: pythonic.fn.fortra.com/v1alpha1
350350
kind: Composite
351351
composite: |
352-
<<<<<<< HEAD
353352
class GreetingComposite(BaseComposite):
354-
=======
355-
class Composite(BaseComposite):
356-
>>>>>>> 185c4c0 (Add PyPi build and publish)
357353
def compose(self):
358354
self.status.greeting = f"Hello, {self.spec.who}!"
359355
```
@@ -366,11 +362,7 @@ metadata:
366362
annotations:
367363
render.crossplane.io/runtime: Development
368364
spec:
369-
<<<<<<< HEAD
370365
package: ghcr.io/fortra/function-pythonic:v0.0.10
371-
=======
372-
package: ghcr.io/fortra/function-pythonic:v0.0.7
373-
>>>>>>> 185c4c0 (Add PyPi build and publish)
374366
```
375367
In one terminal session, run function-pythonic:
376368
```shell

0 commit comments

Comments
 (0)