Browse Source

🔥 Remove unused file

pull/14956/head
Sebastián Ramírez 5 months ago
parent
commit
aac7daa9bc
  1. 2
      docs_src/python_types/tutorial005_py39.py

2
docs_src/python_types/tutorial005_py39.py

@ -1,2 +0,0 @@
def get_items(item_a: str, item_b: int, item_c: float, item_d: bool, item_e: bytes):
return item_a, item_b, item_c, item_d, item_e
Loading…
Cancel
Save