File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def verify(go: Process) -> None:
28
28
go.tell(" Please do something." )
29
29
go.verify(go.that(" the thing is colored blue" ))
30
30
```
31
- <sup ><a href =' /example_usage.py#L3-L16 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-example_usage ' title =' Start of snippet ' >anchor</a ></sup >
31
+ <sup ><a href =' /example_usage.py#L4-L17 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-example_usage ' title =' Start of snippet ' >anchor</a ></sup >
32
32
<!-- endSnippet -->
33
33
34
34
# Versioning
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ approval-utilities==8.1.0
3
3
approvaltests==8.1.0
4
4
attrs==22.2.0
5
5
beautifulsoup4==4.11.2
6
- black==22.12 .0
6
+ black==23.1 .0
7
7
certifi==2022.12.7
8
8
charset-normalizer==3.0.1
9
9
click==8.1.3
Original file line number Diff line number Diff line change 1
1
from human_do_task import Process
2
2
3
+
3
4
# begin-snippet: example_usage
4
5
def perform (go : Process ) -> None :
5
6
go .tell ("Please lorem." )
You can’t perform that action at this time.
0 commit comments