Skip to content

Commit

Permalink
Remove extra test function
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed May 15, 2024
1 parent bde858e commit f7723b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,6 @@ def different_type_assignments(x):
return x


def unsupported_type_assignments(x):
[a, b] = 1, 2
return x


def star_assignments(x):
b, *a = [1, 2]
return x
Expand Down

0 comments on commit f7723b3

Please sign in to comment.