Skip to content

Commit e54f1df

Browse files
committed
tests(fixtures[expand1]): Note pydocstyle updates
1 parent 78f9f2b commit e54f1df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/fixtures/workspace/expand1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Examples of expansion of tmuxp configurations from shorthand style."""
12
import pathlib
23
import typing as t
34

@@ -32,6 +33,7 @@
3233

3334

3435
def after_workspace() -> t.Dict[str, t.Any]:
36+
"""After expansion of shorthand style."""
3537
return {
3638
"session_name": "sample workspace",
3739
"start_directory": str(pathlib.Path().home()),

0 commit comments

Comments
 (0)