Skip to content

Commit

Permalink
Update docs for use-walrus-if
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Feb 13, 2024
1 parent 74eb8ef commit 5acb433
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core_codemods/docs/pixee_python_use-walrus-if.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ The changes from this codemod look like this:
+ if (x := foo()) is not None:
print(x)
```

The walrus operator is only supported in Python 3.8 and later.

0 comments on commit 5acb433

Please sign in to comment.