mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Black formatting
This commit is contained in:
parent
9231e5ca3a
commit
9a95ada52c
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ class StripStringsCommand(VisitorBasedCodemodCommand):
|
|||
qualname.name == "typing_extensions.Literal"
|
||||
for qualname in qualnames
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
)
|
||||
def leave_SimpleString(
|
||||
self, original_node: libcst.SimpleString, updated_node: libcst.SimpleString
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue