Skip to content

Commit 5d5c0df

Browse files
committed
add stubs for cwlformat.formatter
1 parent 8924b9c commit 5d5c0df

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

typeshed/cwlformat/__init__.pyi

Whitespace-only changes.

typeshed/cwlformat/formatter.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
def stringify_dict(as_dict: dict) -> str: ...

0 commit comments

Comments
 (0)