Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2024
1 parent 6c3105a commit a3b8d7c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions thunder/core/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,7 @@ class ReturnLogItem(TypedDict):


InterpreterLogItem = (
dis.Instruction
| str
| LineLogItem
| OpaqueLogItem
| LookasideLogItem
| CallLogItem
| ReturnLogItem
dis.Instruction | str | LineLogItem | OpaqueLogItem | LookasideLogItem | CallLogItem | ReturnLogItem
)


Expand Down

0 comments on commit a3b8d7c

Please sign in to comment.