Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Sep 27, 2023
1 parent d06b9c6 commit 10e73ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ def setup_class(cls):
def should_destructure(sig, p):
return p.name == "destructureThisPlease"

cls.analyzer = TsAnalyzer(cls.json, cls._source_dir, should_destructure_arg=should_destructure)
cls.analyzer = TsAnalyzer(
cls.json, cls._source_dir, should_destructure_arg=should_destructure
)


NO_MATCH = object()
Expand Down

0 comments on commit 10e73ca

Please sign in to comment.